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

Interface BuildChallengeData

packages/challenge-builder/src/build.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface BuildChallengeData {
20 challengeType: number;
21 challengeFiles?: ChallengeFile[];
22 required: { src?: string }[];
23 template: string;
24 url: string;
25}
26
27interface BuildOptions {
28 preview: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected