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";
}import type { FunctionalType } from "https://googleapis.deno.dev/v1/apphub:v1.ts";The functional type of a service or workload.