diff --git a/index.d.ts b/index.d.ts index 2029723..8f7c0d9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,7 @@ export class SQLStatement { private strings: string[] + + constructor(strings: any, values: any[]): this; /** * The SQL Statement for [node-postgres](https://www.npmjs.com/package/pg)