UNPKG

@eclipse-scout/core

Version:
6 lines 199 B
import { DoEntity, UiNotificationDo } from '../index'; export interface TopicDo extends DoEntity { name: string; lastNotifications: UiNotificationDo[]; } //# sourceMappingURL=TopicDo.d.ts.map