interface Session {
    id: string;
    startTimestamp: number;
}

Properties

Properties

id: string
startTimestamp: number