@ccw-api/api
    Preparing search index...

    Interface StudentSession

    interface StudentSession {
        area: SessionArea;
        browser: string;
        clientCode: "STUDY_COMMUNITY";
        createdAt: number;
        currentDevice: boolean;
        device: string;
        expireTime: number;
        extra: string;
        id: number;
        ip: string;
        lastAccessTime: number;
    }
    Index

    Properties

    browser: string
    clientCode: "STUDY_COMMUNITY"
    createdAt: number
    currentDevice: boolean
    device: string
    expireTime: number
    extra: string
    id: number
    ip: string
    lastAccessTime: number