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

Interface Catalog

packages/shared/src/config/catalog.ts:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface Catalog {
31 superBlock: SuperBlocks;
32 level: Levels;
33 hours: number;
34 topic: Topic;
35}
36
37export const catalog: Catalog[] = [
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected