MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / AddCreditsDialogProps

Interface AddCreditsDialogProps

app/src/components/admin/Actions/AddCredits.tsx:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38interface AddCreditsDialogProps {
39 projectId: string;
40 disclosure: ReturnType<typeof useDisclosure>;
41}
42
43const AddCreditsDialog: React.FC<AddCreditsDialogProps> = ({ projectId, disclosure }) => {
44 const [creditsInput, setCreditsInput] = useState("0");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected