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