Skip to content

Commit

Permalink
services specific additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
Soon Huat committed Feb 24, 2022
1 parent 74ddda5 commit 5cfe9ca
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 5cfe9ca

Please sign in to comment.