mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Add attribute name on File.
This commit is contained in:
parent
3c9d10d133
commit
4205d9c8bf
@ -1,4 +1,10 @@
|
|||||||
export interface File {
|
export interface File {
|
||||||
|
/**
|
||||||
|
* File name.
|
||||||
|
* @type {string}
|
||||||
|
*/
|
||||||
|
name?: string
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* File URL.
|
* File URL.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user