redux-toolkit
redux-toolkit copied to clipboard
The official, opinionated, batteries-included toolset for efficient Redux development
Expected result: ```ts type PostApiClientAuthLoginApiArg = ({ phone: string } | { email: string }) & { password: string } ``` Body types in generated file are looks like: ...
I'm implementing the graphql/rtk-query codegen (and it's been great so far). But I'm having this lingering issue where typescript is complaining that it can't find `/GraphqlBaseQueryTypes`. See the below console...