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