Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Status

import type { Status } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
interface Status {
data: string | ServersChanged | number;
permissionContext?: {
operation: string;
subject: string;
}
;
}

§Properties

§
data: string | ServersChanged | number
[src]
§
permissionContext?: {
operation: string;
subject: string;
}
[src]