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

ServiceIdentity

import type { ServiceIdentity } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
type ServiceIdentity = ServiceResponse & ServiceMetadata & {
name: string;
id: string;
version: string;
}
;

§Type

§
ServiceResponse & ServiceMetadata & {
name: string;
id: string;
version: string;
}
[src]