| 17 | } |
| 18 | |
| 19 | interface BuildChallengeData { |
| 20 | challengeType: number; |
| 21 | challengeFiles?: ChallengeFile[]; |
| 22 | required: { src?: string }[]; |
| 23 | template: string; |
| 24 | url: string; |
| 25 | } |
| 26 | |
| 27 | interface BuildOptions { |
| 28 | preview: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected