Skip to content

FlattenedFactoryTransitions

FlattenedFactoryTransitions<F, T, Delim> = { [K in string]?: Record<string, FlattenFactoryStateKeys<F> | ((args: any[]) => any)> }

Defined in: definition-types.ts:82

Type ParameterDefault type
F extends StateMatchboxFactory<any>-
T extends FactoryMachineTransitions<F>-
Delim extends string"."