Type Alias BlobDownloadStateError

BlobDownloadStateError: Omit<BlobDownloadState, "error" | "status"> & {
    error: Error;
    status: "error";
}