@pinia/root / pinia / _GettersTree
_GettersTree<S>
ts
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
Type Parameters
• S extends StateTree