mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 16:04:38 -07:00
refactor: remove redundant 'undefined' type or '?' (#2691)
This commit is contained in:
committed by
GitHub
parent
421f989faf
commit
da22deac17
@@ -53,8 +53,8 @@ export type ContentGeneratorConfig = {
|
||||
model: string;
|
||||
apiKey?: string;
|
||||
vertexai?: boolean;
|
||||
authType?: AuthType | undefined;
|
||||
proxy?: string | undefined;
|
||||
authType?: AuthType;
|
||||
proxy?: string;
|
||||
};
|
||||
|
||||
export function createContentGeneratorConfig(
|
||||
|
||||
Reference in New Issue
Block a user