Type Alias DeviceSessionCommand
DeviceSessionCommand: {
    duration: number;
    httpMethod: string;
    id: number;
    requestBody: string;
    responseBody: string;
    responseCode: number;
    timestamp: number;
    uri: string;
}
Type declaration
- duration: number
- httpMethod: string
- id: number
- requestBody: string
- responseBody: string
- responseCode: number
- timestamp: number
- uri: string