Skip to content

Commit

Permalink
fix: type export for Knex
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 22, 2021
1 parent 1b3b19f commit 18b62fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Knex } from "knex"

export declare const Knex = Knex
export declare type Knex = Knex

type DatabaseGetter = {
getConnectionInfo: (
Expand Down

0 comments on commit 18b62fe

Please sign in to comment.