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