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