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

FunctionalType

import type { FunctionalType } from "https://googleapis.deno.dev/v1/apphub:v1.ts";

The functional type of a service or workload.

interface FunctionalType {
readonly type?: "TYPE_UNSPECIFIED" | "AGENT" | "MCP_SERVER";
}

§Properties

§
readonly type?: "TYPE_UNSPECIFIED" | "AGENT" | "MCP_SERVER"
[src]

Output only. The functional type of a service or workload.