Skip to content

API DocumentationDocs


API Documentation / pinia / _StoreObject

Type Alias: _StoreObject<S>

_StoreObject<S>: S extends StoreDefinition<infer Ids, infer State, infer Getters, infer Actions> ? { [Id in `${Ids}${MapStoresCustomization extends Record<"suffix", infer Suffix> ? Suffix : "Store"}`]: Function } : object

For internal use only.

Type Parameters

S

Released under the MIT License.