UNPKG

94 BTypeScriptView Raw
1export interface ITopic {
2 name: string;
3 description?: string;
4 hidden?: boolean;
5}