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

changed consume with orders (#1540)

This commit is contained in:
EnzoVezzaro 2022-06-29 16:48:15 +02:00 committed by GitHub
parent ecc7226781
commit 7d4d034dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ export interface Asset extends DDO {
* How often an asset was consumed, meaning how often it was either downloaded or used as part of a compute job.
* @type {string}
*/
consume: number
orders: number
}
/**