MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Quota

Interface Quota

src/types/quota.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Quota {
2 current: number;
3 limit: number;
4}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected