/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ApprovalAction { key?: string; message?: string; } //# sourceMappingURL=ApprovalAction.d.ts.map