interface Session {
    expiry: number;
    key: string;
}

Properties

Properties

expiry: number
key: string