Type alias ServiceInfo

ServiceInfo: ServiceIdentity & {
    description: string;
    endpoints: EndpointInfo[];
    metadata?: Record<string, string>;
}

Generated using TypeDoc