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

Interface ChallengeData

client/src/redux/prop-types.ts:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512export interface ChallengeData extends CompletedChallenge {
513 challengeFiles: ChallengeFile[] | null;
514}
515
516export type ChallengeMeta = {
517 block: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected