Skip to content

Commit

Permalink
Updating raw query bind parameter type (#5208)
Browse files Browse the repository at this point in the history
Allowing custom object type in bind parameter for raw query.
  • Loading branch information
Deegiimurun committed Jun 20, 2022
1 parent fbb774b commit a0c6947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -502,6 +502,7 @@ export declare namespace Knex {
| Array<Date>
| Array<boolean>
| Buffer
| object
| Knex.Raw;

interface ValueDict extends Dict<Value | Knex.QueryBuilder> {}
Expand Down

0 comments on commit a0c6947

Please sign in to comment.