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:
parent
81b18493ff
commit
dfb42e5464
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user