ServiceStats
import type { ServiceStats } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
The stats of a service
type ServiceStats = ServiceIdentity & EndpointStats;
import type { ServiceStats } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
The stats of a service