type SessionId = string; Copy
type SessionId = string;
Type representing the unique identifier for a session. Used to track and reference specific session instances.