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