UNPKG

@eclipse-scout/core

Version:
6 lines 257 B
import { DoEntity, JsonErrorResponse, UiNotificationDo } from '../index'; export interface UiNotificationResponse extends DoEntity { notifications: UiNotificationDo[]; error?: JsonErrorResponse; } //# sourceMappingURL=UiNotificationResponse.d.ts.map