1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Remove valid from metadata Files attributes

This commit is contained in:
ssallam 2021-02-01 12:20:47 +01:00
parent e3a0538bed
commit 96f666067a

View File

@ -11,12 +11,6 @@ export interface File {
*/ */
url?: string url?: string
/**
* Is URL accessible.
* @type {boolean}
*/
valid?: boolean
/** /**
* File index. * File index.
* @type {number} * @type {number}