export interface CompareConfig {
    fieldName: string;
    message?: string;
    conditionalExpression?: string | Function;
}
