| 913 | } |
| 914 | |
| 915 | export interface SharedPoolModelQuota { |
| 916 | model_name: string; |
| 917 | total_quota: string; |
| 918 | earliest_reset_time: string | null; |
| 919 | available_cookies: string; |
| 920 | status: number; |
| 921 | last_fetched_at: string; |
| 922 | } |
| 923 | |
| 924 | export interface UserConsumption { |
| 925 | total_requests: number; |
nothing calls this directly
no outgoing calls
no test coverage detected