ServiceInfo
import type { ServiceInfo } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
type ServiceInfo = ServiceIdentity & {
description: string;
metadata?: Record<string, string>;
endpoints: EndpointInfo[];
};§Type
§
ServiceIdentity & {
[src]description: string;
metadata?: Record<string, string>;
endpoints: EndpointInfo[];
}