DeviceSessionStep: {
    deviceSessionId: number;
    excludeReason: string;
    failReason: string;
    finishTimeMS: number;
    id: number;
    startTimeMS: number;
    type: DeviceSessionStepType;
}

Type declaration

  • deviceSessionId: number
  • excludeReason: string
  • failReason: string
  • finishTimeMS: number
  • id: number
  • startTimeMS: number
  • type: DeviceSessionStepType