mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-12 06:10:42 -07:00
feat(billing): implement G1 AI credits overage flow with billing telemetry (#18590)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
export interface ErrorInfo {
|
||||
'@type': 'type.googleapis.com/google.rpc.ErrorInfo';
|
||||
reason: string;
|
||||
domain: string;
|
||||
metadata: { [key: string]: string };
|
||||
domain?: string;
|
||||
metadata?: { [key: string]: string };
|
||||
}
|
||||
|
||||
export interface RetryInfo {
|
||||
|
||||
Reference in New Issue
Block a user