Skip to content

ClientOf

ClientOf<TFsm> = TFsm extends BehavioralFsm ? TClient : never

Defined in: types.ts:156

Extracts the client object type from a concrete behavioral FSM instance.

TFsm