diff --git a/types/index.d.ts b/types/index.d.ts index e76df7d4..bae207bf 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -2118,7 +2118,7 @@ export declare namespace Knex { (value: Value): Raw; ( sql: string, - ...bindings: readonly RawBinding[] + binding: RawBinding ): Raw; ( sql: string,