export interface AddFieldBean { /** * The ID of the field to add. */ fieldId: string; } //# sourceMappingURL=AddFieldBean.d.ts.map