mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
WhereILike - Fix typo in types (#4941)
This commit is contained in:
parent
e171d61dad
commit
22f9544356
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -546,7 +546,7 @@ export declare namespace Knex {
|
||||
whereNotIn: WhereIn<TRecord, TResult>;
|
||||
orWhereNotIn: WhereIn<TRecord, TResult>;
|
||||
whereLike: Where<TRecord, TResult>;
|
||||
whereIlike: Where<TRecord, TResult>;
|
||||
whereILike: Where<TRecord, TResult>;
|
||||
whereNull: WhereNull<TRecord, TResult>;
|
||||
orWhereNull: WhereNull<TRecord, TResult>;
|
||||
whereNotNull: WhereNull<TRecord, TResult>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user