Skip to content

Commit

Permalink
Fix raw bindings typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindorchard authored and OlivierCavadenti committed Jul 9, 2023
1 parent ce6b591 commit 6a7cd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -2117,7 +2117,7 @@ export declare namespace Knex {
<TResult2 = TResult>(value: Value): Raw<TResult2>;
<TResult2 = TResult>(
sql: string,
...bindings: readonly RawBinding[]
binding: RawBinding
): Raw<TResult2>;
<TResult2 = TResult>(
sql: string,
Expand Down

0 comments on commit 6a7cd44

Please sign in to comment.