Auto

StoreAction

Type Alias: StoreAction()

ts
type StoreAction = (...args) => any;
type StoreAction = (...args) => any;

Defined in: store.ts:4

Parameters

args

...any[]

Returns

any