/** * @type TermQueryValuesInner * */ export type TermQueryValuesInner = boolean | number | string;