UNPKG

@eclipse-scout/core

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