/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { BaseAlertAsResponse } from "../definitions/BaseAlertAsResponse"; export declare type AlertAsResponse = BaseAlertAsResponse & { actions?: Array; entity?: string; description?: string; details?: { [x: string]: string; }; }; //# sourceMappingURL=AlertAsResponse.d.ts.map