InferStoreType
InferStoreType<
T
>:T
extendsIStore
<infer U> ?U
:never
Defined in: store/types.ts:28
utility type to infer the state type of a store
Type Parameters
• T
InferStoreType<
T
>:T
extendsIStore
<infer U> ?U
:never
Defined in: store/types.ts:28
utility type to infer the state type of a store
• T