export interface ContentCategories { categories: ContentCategory[]; } export interface ContentCategory { key: string; label: string; }