import { TypeWhere } from "../core/utils"; import { WhereBaseBuilderContract } from "./where-base-builder-contract"; export interface WhereBuilderContract extends WhereBaseBuilderContract, WhereBuilderContract> { }