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

Interface Props

src/components/QuotaView.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { allowSelfOpenAIKey } from "@/utils";
9
10interface Props {
11 className?: string;
12}
13
14const QuotaView = (props: Props) => {
15 const [quota, setQuota] = useState<Quota>({ current: 0, limit: 0 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected