/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { BaseResponseAsResponse } from "../definitions/BaseResponseAsResponse"; import { AlertAttachmentAsResponse } from "../definitions/AlertAttachmentAsResponse"; export declare type GetAlertAttachmentResponseAsResponse = BaseResponseAsResponse & { data?: AlertAttachmentAsResponse; }; //# sourceMappingURL=GetAlertAttachmentResponseAsResponse.d.ts.map