import { DefaultConfig } from './default-config'; export interface StringValueConfig extends DefaultConfig { values?: any[]; }