MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / Props

Interface Props

frontend/dashboard/src/components/Spend.tsx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const WINDOWS = ["per_request", "hourly", "daily"];
9
10interface Props {
11 spend: Spend | null;
12 onRefresh: () => void;
13}
14
15export default function SpendPanel({ spend, onRefresh }: Props) {
16 const [window, setWindow] = useState("hourly");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected