Interface: DropboxFilesDownloadResult
Defined in: electron/services/cloud/providers/dropbox/dropboxSdkSchemas.ts:76
Normalized subset of the Dropbox download response.
Properties
fileBinary?
readonly optional fileBinary?: unknown;
Defined in: electron/services/cloud/providers/dropbox/dropboxSdkSchemas.ts:78
File content returned by the Dropbox SDK in Node-like environments.
fileBlob?
readonly optional fileBlob?: unknown;
Defined in: electron/services/cloud/providers/dropbox/dropboxSdkSchemas.ts:80
File content returned by the Dropbox SDK in browser-like environments.