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

Interface Challenge

e2e/projects.spec.ts:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type Solution = File[];
23
24interface Challenge {
25 title: string;
26 block: string;
27 superBlock: string;
28 dashedName: string;
29 solutions: Solution[];
30}
31
32interface block {
33 [key: string]: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected