English
Appearance
The official
Vue.js Certification
Get certified!
@pinia/root / pinia / _GettersTree
type _GettersTree<S> = Record<string, (state) => any | () => any>;
Type of an object of Getters that infers the argument. For internal usage only. For internal use only
S extends StateTree
S
StateTree