mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-03 06:03:23 -05:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export interface ChallengeData {
|
|
name: string;
|
|
id: string;
|
|
path: string;
|
|
}
|