FreakingGenius - v0.1.0
    Preparing search index...

    Type Alias SessionId

    SessionId: string & { __brand: "SessionId" }

    Opaque identifier for a tutoring session (UUID v4 at runtime).

    Using a branded type prevents accidental assignment from a raw string or a StudentId.