UNPKG

weaviate-client

Version:
6 lines (5 loc) 283 B
export { Filters } from './classes.js'; export type { Filter, FilterByCount, FilterById, FilterByProperty, FilterByTime, FilterValue, GeoRangeFilter, Operator, } from './types.js'; import { Filter } from './types.js'; declare const filter: <T>() => Filter<T>; export default filter;