Skip to content

ContextOf

ContextOf<TFsm> = TFsm extends Fsm ? TCtx : never

Defined in: types.ts:145

Extracts the context object type from a concrete single-client FSM instance.

TFsm