mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Remove unused code (#15290)
This commit is contained in:
committed by
GitHub
parent
2515b89e2b
commit
edab97997a
@@ -6,7 +6,7 @@
|
||||
|
||||
export type ModelId = string;
|
||||
|
||||
export type TerminalUnavailabilityReason = 'quota' | 'capacity';
|
||||
type TerminalUnavailabilityReason = 'quota' | 'capacity';
|
||||
export type TurnUnavailabilityReason = 'retry_once_per_turn';
|
||||
|
||||
export type UnavailabilityReason =
|
||||
|
||||
Reference in New Issue
Block a user