Interface DownloadStorageFileResponse

interface DownloadStorageFileResponse {
    body: ReadableStream;
    contentLength?: number;
}

Properties

Properties

body: ReadableStream
contentLength?: number