AddRemoveHostAggregateForm.propTypes = {
  recordId: PropTypes.string,
  hostChoices: PropTypes.arrayOf(PropTypes.any),
  isAdd: PropTypes.bool,
};