Skip to content

Commit

Permalink
fix: add Knex export in type
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 22, 2021
1 parent 3a9bbb0 commit 1b3b19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { Knex } from "knex"

export declare const Knex = Knex

type DatabaseGetter = {
getConnectionInfo: (
database?: string,
Expand Down

0 comments on commit 1b3b19f

Please sign in to comment.