export interface CustomFieldValueValidationSettings { unique?: boolean; validationPattern?: string; }