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