EndpointStats
import type { EndpointStats } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
Statistics for an endpoint
type EndpointStats = ServiceIdentity & {
endpoints?: NamedEndpointStats[];
started: string;
};§Type
§
ServiceIdentity & {
[src]endpoints?: NamedEndpointStats[];
started: string;
}