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

Card

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

Full Agent Card payload, often obtained from the A2A Agent Card.

interface Card {
readonly content?: {
[key: string]: any;
}
;
readonly type?: "TYPE_UNSPECIFIED" | "A2A_AGENT_CARD";
}

§Properties

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

Output only. The content of the agent card.

§
readonly type?: "TYPE_UNSPECIFIED" | "A2A_AGENT_CARD"
[src]

Output only. The type of agent card.