ObservableActorLogic type​
Signature:
export type ObservableActorLogic<TContext, TInput> = ActorLogic<ObservableSnapshot<TContext, TInput>, {
type: string;
[k: string]: unknown;
}, TInput, AnyActorSystem>;
References: ActorLogic, AnyActorSystem