Skip to content

API DocumentationDocs


API Documentation / pinia / _ExtractStateFromSetupStore_Keys

Type Alias: _ExtractStateFromSetupStore_Keys<SS>

_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

Released under the MIT License.