/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface AlertIntegrationAsResponse { id?: string; name?: string; type?: string; } //# sourceMappingURL=AlertIntegrationAsResponse.d.ts.map