import { BaseConfigFn } from './base-config-fn'; export interface ContainsConfig extends BaseConfigFn { value?: string; values?: any[]; }