diff --git a/src/@types/DDO/Service.ts b/src/@types/DDO/Service.ts index 256e164a3..6a794540a 100644 --- a/src/@types/DDO/Service.ts +++ b/src/@types/DDO/Service.ts @@ -1,4 +1,5 @@ import { ConsumerParameter } from './ConsumerParameter' +import { Credentials } from './Credentials' export interface PublisherTrustedAlgorithm { /** @@ -80,6 +81,12 @@ export interface Service { */ serviceEndpoint: string + /** + * Describes the credentials needed to access a service + * @type {Credentials} + */ + credentials?: Credentials + /** * Describing how long the service can be used after consumption is initiated. * @type {number}