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