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

Interface CertificationChallenge

curriculum/src/build-certification.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { type Certification } from '@freecodecamp/shared/config/certification-settings';
4
5interface CertificationChallenge {
6 id: string;
7 title: string;
8 certification: Certification;
9 challengeType: number;
10 tests: { id: string; title: string }[];
11}
12
13export const buildCertification = (
14 filePath: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected