Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias ServiceConfig
import { type ServiceConfig } from "https://deno.land/x/natsws@v1.29.2/src/mod.ts";
definition: { name: string; version: string; description?: string; statsHandler?: (endpoint: Endpoint) => Promise<unknown | null>; metadata?: Record<string, string>; queue?: string; }