AnyStateVersion: xstate@5.0.0On this pageAnyState type​Signature:export type AnyState = State<any, // contextany, // eventany, // actorany, // tagsany>;References: State