PromiseActorLogic type​
Signature:
export type PromiseActorLogic<TOutput, TInput = unknown> = ActorLogic<PromiseSnapshot<TOutput, TInput>, {
type: string;
[k: string]: unknown;
}, TInput, // input
ActorSystem<any>>;
References: ActorLogic, ActorSystem