export interface DateValidationResult { date: { valid: boolean; }; }