Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate text and images via the reverse-engineered Gemini Web API with multi-turn conversation support.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/gemini-webapi/types/index.ts
1export { Candidate } from './candidate.js';2export { Gem, GemJar } from './gem.js';3export { RPCData } from './grpc.js';4export { GeneratedImage, Image, WebImage } from './image.js';5export { ModelOutput } from './modeloutput.js';67