MCPcopy Index your code
hub / github.com/mlco2/codecarbon / ModalProps

Interface ModalProps

webapp/src/components/createProjectModal.tsx:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import { toast } from "sonner";
17
18interface ModalProps {
19 organizationId: string;
20 isOpen: boolean;
21 onClose: () => void;
22 onProjectCreated: () => Promise<void>;
23}
24
25interface CreateProjectInput {
26 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected