| 510 | } |
| 511 | |
| 512 | export interface ChallengeData extends CompletedChallenge { |
| 513 | challengeFiles: ChallengeFile[] | null; |
| 514 | } |
| 515 | |
| 516 | export type ChallengeMeta = { |
| 517 | block: string; |
nothing calls this directly
no outgoing calls
no test coverage detected