@types/redux-saga-routines
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -155,13 +155,13 @@ import { Dispatch } from "redux"; | ||
TTriggerActionCreator = ActionCreatorFunction, | ||
TRequestActionCreator = ActionCreatorFunction, | ||
TSuccessActionCreator = ActionCreatorFunction, | ||
TFailureActionCreator = ActionCreatorFunction, | ||
TFulfillActionCreator = ActionCreatorFunction, | ||
TRequestActionCreator = ActionCreatorFunction, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TSuccessActionCreator = ActionCreatorFunction, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TFailureActionCreator = ActionCreatorFunction, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TFulfillActionCreator = ActionCreatorFunction, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
>( | ||
routine: Routine< | ||
TTriggerActionCreator, | ||
TRequestActionCreator, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TSuccessActionCreator, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TFailureActionCreator, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TFulfillActionCreator // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TRequestActionCreator, | ||
TSuccessActionCreator, | ||
TFailureActionCreator, | ||
TFulfillActionCreator | ||
>, | ||
@@ -168,0 +168,0 @@ ): PromiseCreator<ResolvePayloadByActionCreator<TTriggerActionCreator>>; |
{ | ||
"name": "@types/redux-saga-routines", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "TypeScript definitions for redux-saga-routines", | ||
@@ -27,4 +27,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-saga-routines", | ||
}, | ||
"typesPublisherContentHash": "4f383e5692ae9e4f7c75967bee7a781461c57cc9eb666ac66de353616ea2810c", | ||
"typesPublisherContentHash": "63e7b4d8c478a706c7fbd1990024842449396e11f8631fdf8dd854644efb2210", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Last updated: Mon, 06 Nov 2023 19:41:13 GMT | ||
* Dependencies: [@types/redux-actions](https://npmjs.com/package/@types/redux-actions), [@types/redux-form](https://npmjs.com/package/@types/redux-form), [redux](https://npmjs.com/package/redux) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package