Skip to content
Version: xstate@5.0.0

AnyState type​

Signature:

export type AnyState = State<any, // context
any, // event
any, // actor
any, // tags
any>;

References: State