mirror of
https://github.com/knex/knex.git
synced 2025-12-11 15:00:53 +00:00
Fix raw bindings typing (#5401)
This commit is contained in:
parent
7c819d325c
commit
4b6a8045eb
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -2118,7 +2118,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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user