Skip to content
Version: xstate@5.0.0

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