Type alias Service<IdType>

Service<IdType>: {
    id: IdType;
    serviceEndpoint: string[];
    type: string[];
}

Type Parameters

Type declaration

  • id: IdType
  • serviceEndpoint: string[]
  • type: string[]