MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / SharedPoolModelStats

Interface SharedPoolModelStats

lib/api.ts:934–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934export interface SharedPoolModelStats {
935 total_quota: number;
936 available_cookies: number;
937 earliest_reset_time: string | null;
938 status: number;
939}
940
941export interface SharedPoolStats {
942 accounts: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected