AnyActorLogic type​
Signature:
export type AnyActorLogic = ActorLogic<any, // snapshot
any, // event
any, // input
any>;
References: ActorLogic
Signature:
export type AnyActorLogic = ActorLogic<any, // snapshot
any, // event
any, // input
any>;
References: ActorLogic