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