API Documentation • Docs
API Documentation / pinia / _StoreObject
Type Alias: _StoreObject<S>
_StoreObject<
S
>:S
extendsStoreDefinition
<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