Skip to content

@pinia/root / pinia / _ExtractActionsFromSetupStore_Keys

_ExtractActionsFromSetupStore_Keys<SS>

ts
type _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

Released under the MIT License.