Node.js SDK for digi.me
    Preparing search index...

    Interface DownloadStorageFileResponse

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

    Properties

    Properties

    body: ReadableStream
    contentLength?: number