Type alias Context

Context: {
    connected?: boolean;
    connections: number;
    device: Device;
    ip?: string;
    lastMode: ActiveIdentifier;
    logPath?: string;
    offline?: boolean;
    overrides: string[];
    pluginVersion?: 4;
    refreshToken?: string;
    regions?: {
        id: string;
        name: string;
        pmap_id: string;
        type: "rid" | "zid";
        user_pmapv_id: string;
    }[];
} & (V1 | V2 | V3)

Generated using TypeDoc