interface DownloadFileResponse {
    error?: string;
    stream?: Readable;
}

Properties

Properties

error?: string
stream?: Readable