import { ValidValue } from './valid-value'; export interface ValidValues { validValues: ValidValue[]; }