Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ServiceInfo
import { type ServiceInfo } from "https://deno.land/x/natsws@v1.29.2/src/nats-base-client.ts";
definition: ServiceIdentity & { description: string; metadata?: Record<string, string>; endpoints: EndpointInfo[]; }