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