export interface CustomerDataValidationRuleInterface { name: string; value: string; }