/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface UpdateAlertDescriptionPayload { /** * Description of the alert */ description: string; } //# sourceMappingURL=UpdateAlertDescriptionPayload.d.ts.map