Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias NamedEndpointStats
import { type NamedEndpointStats } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";
definition: { name: string; subject: string; num_requests: number; num_errors: number; last_error?: string; data?: unknown; processing_time: Nanos; average_processing_time: Nanos; queue_group?: string; }