MCPcopy Create free account
hub / github.com/code100x/daily-code / AdminAddMCQProps

Interface AdminAddMCQProps

apps/web/components/admin/AdminMCQ.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import AdminAddMCQ from "./AdminAddMCQ";
7
8interface AdminAddMCQProps extends Problem {
9 mcqQuestions: MCQQuestion[];
10}
11
12const AdminMCQ = () => {
13 const [Problems, setProblems] = useState<AdminAddMCQProps[]>([]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected