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