Files
cc-switch/src/lib/query/index.ts
T
YoVinchen 5fcddbd096 feat(api): add frontend API and Query hooks for proxy config
Add TypeScript wrappers and TanStack Query hooks for:
- Global proxy config (address, port, logging)
- Per-app proxy config (failover, timeouts, circuit breaker)
- Proxy takeover status management
2025-12-24 23:46:06 +08:00

5 lines
112 B
TypeScript

export * from "./queryClient";
export * from "./queries";
export * from "./mutations";
export * from "./proxy";