UNPKG

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