import { QueryTable } from '../QueryTable'; export type BasicField = { name: string; table?: QueryTable; };