UNPKG

@eclipse-scout/core

Version:
10 lines 274 B
import { DoEntity } from '../index'; export interface UiNotificationDo extends DoEntity { id: string; topic: string; nodeId: string; creationTime: Date; message?: DoEntity; subscriptionStart?: boolean; } //# sourceMappingURL=UiNotificationDo.d.ts.map