export interface ValidationResult { valid: boolean; messages?: string[]; payload?: object; }