Home > @xoram/plugin-panoramique > _ExtractActionsFromSetupStore
_ExtractActionsFromSetupStore type
List all action-like members of an object.
Stolen from Pinia's types
Signature:
typescript
export declare type _ExtractActionsFromSetupStore<SS> = SS extends undefined | void ? Record<string, never> : Pick<SS, _ExtractActionsFromSetupStore_Keys<SS>>;
1
References: _ExtractActionsFromSetupStore_Keys