Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ServiceInfo
import { type ServiceInfo } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";
definition: ServiceIdentity & { description: string; metadata?: Record<string, string>; endpoints: EndpointInfo[]; }