GeminiApiAuth type

Signature:

export type GeminiApiAuth = {
    authType: "geminiApi";
    googleApiKey: string;
};