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