Blob
import type { Blob } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents a blob input or output in the conversation.
interface Blob {
data?: Uint8Array;
mimeType?: string;
}import type { Blob } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents a blob input or output in the conversation.