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