import { QueryContext } from "./QueryContext"; export type BaseQuery = QueryContext & { searchText: string; limit?: number; };