Type alias DownloadData

DownloadData: {
    data: string;
    end: number;
    start: number;
    total: number;
}

The downloadUrl output.

Type declaration

  • data: string

    Download data.

  • end: number

    End byte range.

  • start: number

    Start byte range.

  • total: number

    Total returned size.