Interface Session

The active session of the logged in user.

interface Session {
    expires: string;
    user?: User;
}

Hierarchy (view full)

Properties

Properties

expires: string
user?: User