@pinia/root / pinia / StoreGetters
StoreGetters<SS>
ts
type 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