mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-27 11:01:38 -04:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export interface ChallengeContent {
|
|
name: string;
|
|
fileData: string;
|
|
}
|