export interface ITopic { name: string; description?: string; hidden?: boolean; }