Skip to content

API DocumentationDocs


API Documentation / pinia / _StoreWithGetters

Type Alias: _StoreWithGetters<G>

_StoreWithGetters<G>: { readonly [k in keyof G]: G[k] extends Function ? R : UnwrapRef<G[k]> }

Store augmented with getters. For internal usage only. For internal use only

Type Parameters

G

Released under the MIT License.