跳至内容

API 文档文档


API 文档 / pinia / _StoreObject

类型别名: _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

仅供内部使用。

类型参数

S