@tramvai/types-actions-state-context 2.149.1 → 2.150.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/actions.d.ts +1 -0
- package/lib/events.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/state.d.ts +1 -0
- package/package.json +1 -1
package/lib/actions.d.ts
CHANGED
|
@@ -60,3 +60,4 @@ export interface TramvaiAction<Params extends any[], Result, Deps> extends Tramv
|
|
|
60
60
|
export type UnknownAction<Result = any> = (...args: any[]) => Result;
|
|
61
61
|
export type AnyAction<Payload = any, Result = any, Deps = any> = Action<Payload, Result, Deps> | PlatformAction<Payload, Result> | UnknownAction;
|
|
62
62
|
export type PageAction = Action<void, void, any> | TramvaiAction<[], void, any>;
|
|
63
|
+
//# sourceMappingURL=actions.d.ts.map
|
package/lib/events.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/state.d.ts
CHANGED