© 2026 Hedgehog Software, LLC
type ChallengeInput = { title: string, sections: Array<{ title: string; description: string; videoId: string; collectionId: string; libraryId: number; }>; };
type Section = Pick<ChallengeInput, "sections">[number]