@pinia/root / pinia / _ExtractStateFromSetupStore_Keys
_ExtractStateFromSetupStore_Keys<SS>
ts
type _ExtractStateFromSetupStore_Keys<SS>: keyof { [K in keyof SS as SS[K] extends _Method | ComputedRef ? never : K]: any };
Type that enables refactoring through IDE. For internal use only
Type Parameters
• SS