Interface DownloadStorageFileResponse

interface DownloadStorageFileResponse {
    body: ReadableStream<any>;
    contentLength?: number;
}

Properties

Properties

body: ReadableStream<any>
contentLength?: number