Type alias StoreGetters<SS>

StoreGetters<SS>: SS extends Store<string, StateTree, infer G, _ActionsTree>
    ? _StoreWithGetters<G>
    : _ExtractGettersFromSetupStore<SS>

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

Type Parameters

  • SS

Generated using TypeDoc