import { NotificationEventAsResponse } from "../definitions/NotificationEventAsResponse"; import { EventNotificationAsResponse } from "../definitions/EventNotificationAsResponse"; export interface NotificationSchemeEventAsResponse { event?: NotificationEventAsResponse; notifications?: Array; } //# sourceMappingURL=NotificationSchemeEventAsResponse.d.ts.map