/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { NotificationEventAsResponse } from "../definitions/NotificationEventAsResponse"; import { EventNotificationAsResponse } from "../definitions/EventNotificationAsResponse"; export interface NotificationSchemeEventAsResponse { event?: NotificationEventAsResponse; notifications?: Array; } //# sourceMappingURL=NotificationSchemeEventAsResponse.d.ts.map