@pinia/root / pinia / StateTree
StateTree
ts
type StateTree = Record<PropertyKey, any>;
Generic state of a Store
@pinia/root / pinia / StateTree
type StateTree = Record<PropertyKey, any>;
Generic state of a Store