UNPKG

@calf/common

Version:
9 lines (8 loc) 146 B
/** * Query term * @description Interface for Query term */ export interface IQueryTerm { value?: string; fields?: string[]; }