MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / Challenge

Interface Challenge

api/src/utils/get-challenges.ts:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15) as Curriculum;
16
17interface Challenge {
18 id: string;
19 tests?: { id?: string }[];
20 challengeType: number;
21 url?: string;
22 msTrophyId?: string;
23 saveSubmissionToDB?: boolean;
24 isExam?: boolean;
25}
26
27interface Block {
28 challenges: Challenge[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected