interface UserInfo {
    lastSessionSlot: number;
    username: string;
}

Properties

lastSessionSlot: number
username: string