1
0
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:
Pedro Gutiérrez 2019-09-03 10:09:37 +02:00 committed by Pedro Gutiérrez
parent 3c9d10d133
commit 4205d9c8bf

View File

@ -1,4 +1,10 @@
export interface File {
/**
* File name.
* @type {string}
*/
name?: string
/**
* File URL.
* @type {string}