Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias ServiceInfo
import { type ServiceInfo } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
definition: ServiceIdentity & { description: string; metadata?: Record<string, string>; endpoints: EndpointInfo[]; }