| 22 | type Solution = File[]; |
| 23 | |
| 24 | interface Challenge { |
| 25 | title: string; |
| 26 | block: string; |
| 27 | superBlock: string; |
| 28 | dashedName: string; |
| 29 | solutions: Solution[]; |
| 30 | } |
| 31 | |
| 32 | interface block { |
| 33 | [key: string]: { |
nothing calls this directly
no outgoing calls
no test coverage detected