Closed Ventajou closed 5 years ago
When declaring a module with sagas, TypeScript complains that IModule doesn't match. Is there another interface I can use or should I just return a plain object?
IModule
You can import iSagaModule from the saga package
When declaring a module with sagas, TypeScript complains that
IModule
doesn't match. Is there another interface I can use or should I just return a plain object?