GeminiBlobPart type Signature: export type GeminiBlobPart = { partType: "blob"; mimeType: string; base64: string; }; Gain GeminiPart