Type Alias DeviceSessionConnection
DeviceSessionConnection: {
    createTime: number;
    deviceSessionId: number;
    endTime: number;
    externalId: string;
    host: string;
    id: number;
    password: string;
    path: string;
    port: number;
    type: string;
    url: string;
    urlSchema: string;
}
Type declaration
- createTime: number
- deviceSessionId: number
- endTime: number
- externalId: string
- host: string
- id: number
- password: string
- path: string
- port: number
- type: string
- url: string
- urlSchema: string