TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface DeviceDataBackupResponse

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

    Properties

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