TransitionSnapshotVersion: xstate@5.0.0On this pageTransitionSnapshot type​Signature:export type TransitionSnapshot<TContext> = Snapshot<undefined> & { context: TContext;};References: Snapshot