Better TypeScript Types for Redux Saga’s “Call” Effect

The “call” effect in Redux Saga can’t be inferred automatically by TypeScript. Use this type to explicitly infer call effect return types and get the value TypeScript provides. Read more

Similar