Skip to content

Commit

Permalink
Add client property to QueryBuilder type (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorefnon authored and kibertoad committed Nov 17, 2019
1 parent 1cd09bf commit 3c2969d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -1358,6 +1358,7 @@ declare namespace Knex {
>
extends QueryInterface<TRecord, TResult>,
ChainableInterface<ResolveResult<TResult>> {
client: Client;
or: QueryBuilder<TRecord, TResult>;
not: QueryBuilder<TRecord, TResult>;
and: QueryBuilder<TRecord, TResult>;
Expand Down

0 comments on commit 3c2969d

Please sign in to comment.