Skip to content

FactoryStateKeys

FactoryStateKeys<F> = F extends StateMatchboxFactory<infer C> ? keyof C & string : never

Defined in: definition-types.ts:40

Type Parameter
F