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

EndpointSpec

import type { EndpointSpec } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";

The spec of the endpoint.

interface EndpointSpec {
content?: {
[key: string]: any;
}
;
type?: "TYPE_UNSPECIFIED" | "NO_SPEC";
}

§Properties

§
content?: {
[key: string]: any;
}
[src]

Optional. The content of the endpoint spec. Reserved for future use.

§
type?: "TYPE_UNSPECIFIED" | "NO_SPEC"
[src]

Required. The type of the endpoint spec content.