UNPKG

128 BTypeScriptView Raw
1export interface Topic {
2 name: string;
3 description?: string;
4 hidden?: boolean;
5}
6//# sourceMappingURL=topic.d.ts.map
\No newline at end of file