export interface IValidationResult { valid: boolean; error?: string; }