mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-19 21:12:07 +08:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export interface ChallengeData {
|
|
name: string;
|
|
id: string;
|
|
path: string;
|
|
}
|