diff --git a/index.d.ts b/index.d.ts index e443251..6a5cca7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,6 +1,6 @@ -import { Knex } from "knex" +import { Knex as KnexJS } from "knex" -export declare type Knex = Knex +export declare type Knex = KnexJS type DatabaseGetter = { getConnectionInfo: (