import { IRequest } from "../../request/interface"; export interface IQueryBuilder { build(parameter: T): string; }