mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
Merge branch 'pr-390' into aether-rust-pioneer
This commit is contained in:
@@ -18,6 +18,12 @@ export interface AccountStatusSnapshot {
|
||||
recoverable?: boolean
|
||||
}
|
||||
|
||||
export interface QuotaWindowUsageSnapshot {
|
||||
request_count?: number | null
|
||||
total_tokens?: number | null
|
||||
total_cost_usd?: number | string | null
|
||||
}
|
||||
|
||||
export interface QuotaWindowSnapshot {
|
||||
code: string
|
||||
label?: string | null
|
||||
@@ -33,6 +39,7 @@ export interface QuotaWindowSnapshot {
|
||||
reset_seconds?: number | null
|
||||
window_minutes?: number | null
|
||||
is_exhausted?: boolean | null
|
||||
usage?: QuotaWindowUsageSnapshot | null
|
||||
}
|
||||
|
||||
export interface QuotaCreditsSnapshot {
|
||||
|
||||
Reference in New Issue
Block a user