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";
}