Skip to content

DoCurious API Reference / types / ParentCategoryDef

Interface: ParentCategoryDef

Defined in: types/challenge.types.ts:167

Metadata for each parent category, including its label and the subcategory slugs it contains.

Properties

emoji

emoji: string

Defined in: types/challenge.types.ts:170


id

id: ChallengeParentCategory

Defined in: types/challenge.types.ts:168


label

label: string

Defined in: types/challenge.types.ts:169


subcategories

subcategories: string[]

Defined in: types/challenge.types.ts:171

DoCurious Platform Documentation