/** * Service being discovered. */ export interface Service { /** * The unique identifier of this service. */ readonly id: string; }