export interface PartialMeta { name: string; dashedName: string; challengeOrder: [string, string][]; }