/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface AddFieldBean { /** * The ID of the field to add. */ fieldId: string; } //# sourceMappingURL=AddFieldBean.d.ts.map