export interface DateConfig {
    value: Date;
    message?: string;
    conditionalExpression?: string | Function;
}
