@logux/actions
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -13,3 +13,3 @@ import { Action, AnyAction } from '@logux/core' | ||
export interface ActionCreator< | ||
CreatedAction extends Action, | ||
CreatedAction extends Action = AnyAction, | ||
CreatorArgs extends any[] = [Omit<CreatedAction, 'type'>] | ||
@@ -16,0 +16,0 @@ > { |
{ | ||
"name": "@logux/actions", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Types and action creators for build-in Logux actions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
12106