interface DeviceDataBackupResponse {
    chunk_id?: string;
    file_address: string;
    status: "scheduled";
}

Properties

chunk_id?: string
file_address: string
status: "scheduled"