@nats-io/services
    Preparing search index...

    Type Alias ServiceInfo

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

    Type declaration

    • description: string

      Description for the service

    • endpoints: EndpointInfo[]

      Information about the Endpoints

    • Optionalmetadata?: Record<string, string>

      Service metadata