import { Dataset } from '../type'; export type Query = { query: string | { [key: string]: any; }; language: string; dataset?: Dataset; };