/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IncidentActionPayload { /** * Additional note that will be included with the incident */ note?: string; } //# sourceMappingURL=IncidentActionPayload.d.ts.map