GeminiVideoSingleShotApi type

Signature:

export type GeminiVideoSingleShotApi = {
    apiType: "singleShot";
    historicalContextMs: number;
    prompt: string;
};