Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ServiceConfig
import { type ServiceConfig } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
definition: { name: string; version: string; description?: string; statsHandler?: (endpoint: Endpoint) => Promise<unknown | null>; metadata?: Record<string, string>; queue?: string; }