Type alias StoreActions<SS>

StoreActions<SS>: SS extends Store<string, StateTree, _GettersTree<StateTree>, infer A>
    ? A
    : _ExtractActionsFromSetupStore<SS>

Extract the actions of a store type. Works with both a Setup Store or an Options Store.

Type Parameters

  • SS

Generated using TypeDoc