Skip to content

Commit

Permalink
fix: alias Knex
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 25, 2021
1 parent 18b62fe commit 92da4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -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: (
Expand Down

0 comments on commit 92da4dd

Please sign in to comment.