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