Skip to content

Commit

Permalink
services specific additional information (#1311)
Browse files Browse the repository at this point in the history
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
  • Loading branch information
soonhuat and Soon Huat authored Feb 24, 2022
1 parent 81b1849 commit dfb42e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/@types/DDO/Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit dfb42e5

Please sign in to comment.