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

Interface ChallengeFile

packages/shared/src/utils/polyvinyl.ts:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface ChallengeFile extends IncompleteChallengeFile {
12 editableRegionBoundaries?: number[];
13 editableContents?: string;
14 usesMultifileEditor?: boolean;
15 error?: unknown;
16 seed?: string;
17 source?: string;
18 path: string;
19 history: string[];
20}
21
22type PolyProps = {
23 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected