type DomainConfigurationRulesOperatorEnum = 'between' | 'contains' | 'empty' | 'eq' | 'gt' | 'gte' | 'lt' | 'lte' | 'match' | 'maxlength' | 'minlength' | 'ne' | 'notcontains' | 'notempty' | 'readonly' | 'required' | 'shouldbetrue';
export { DomainConfigurationRulesOperatorEnum };