UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

12 lines (9 loc) • 190 B
import { Knex } from "knex"; export type QueryBuilder = Knex.QueryBuilder; declare module "knex" { namespace Knex { interface QueryInterface { __ref<T>(ref: T): T; } } }