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

services specific additional information (#1311)

Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
This commit is contained in:
Soon Huat 2022-02-24 19:15:39 +08:00 committed by GitHub
parent 81b18493ff
commit dfb42e5464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,4 +142,10 @@ export interface Service {
* @type {ServiceComputeOptions}
*/
compute?: ServiceComputeOptions
/**
* Stores service specific additional information, this is customizable by publisher
* @type {any}
*/
additionalInformation?: any
}