Skip to content

Commit

Permalink
Updating raw query bind parameter type
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 5, 2022
1 parent 29ba203 commit fba211a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -442,6 +442,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 fba211a

Please sign in to comment.