VALID_SESSION_TRANSITIONS
const VALID_SESSION_TRANSITIONS: Record<SessionStatus, SessionStatus[]>;
Valid status transitions for sessions
Maps each status to the list of statuses it can transition to.
const VALID_SESSION_TRANSITIONS: Record<SessionStatus, SessionStatus[]>;
Valid status transitions for sessions
Maps each status to the list of statuses it can transition to.