1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/DownloadResponse.md
2023-05-02 18:18:30 +01:00

31 lines
610 B
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / DownloadResponse
# Interface: DownloadResponse
## Table of contents
### Properties
- [data](DownloadResponse.md#data)
- [filename](DownloadResponse.md#filename)
## Properties
### data
**data**: `ArrayBuffer`
#### Defined in
[@types/DownloadResponse.ts:2](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DownloadResponse.ts#L2)
___
### filename
**filename**: `string`
#### Defined in
[@types/DownloadResponse.ts:3](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DownloadResponse.ts#L3)