diff --git a/types/index.d.ts b/types/index.d.ts index e667b5dd3c..d956298ba5 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1401,7 +1401,7 @@ declare namespace Knex { // Chainable interface // - interface ChainableInterface extends Promise { + interface ChainableInterface extends Pick, "then" | "catch" | "finally"> { toQuery(): string; options(options: { [key: string]: any }): this; connection(connection: any): this;