Skip to content

API DocumentationDocs


API Documentation / pinia / _ExtractGettersFromSetupStore_Keys

Type Alias: _ExtractGettersFromSetupStore_Keys<SS>

_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

Released under the MIT License.