API Documentation • Docs
API Documentation / pinia / _ExtractActionsFromSetupStore_Keys
Type Alias: _ExtractActionsFromSetupStore_Keys<SS>
_ExtractActionsFromSetupStore_Keys<
SS
>: keyof{ [K in keyof SS as SS[K] extends _Method ? K : never]: any }
Type that enables refactoring through IDE. For internal use only
Type Parameters
• SS