Skip to content

Commit

Permalink
Merge 8d96600 into 0aacab5
Browse files Browse the repository at this point in the history
  • Loading branch information
enapupe committed Mar 12, 2019
2 parents 0aacab5 + 8d96600 commit e002408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/knex.d.ts
Expand Up @@ -62,7 +62,7 @@ interface Knex extends Knex.QueryInterface {
on(eventName: string, callback: Function): Knex.QueryBuilder;
}

declare function Knex(config: Knex.Config): Knex;
declare function Knex(config: Knex.Config | string): Knex;

declare namespace Knex {
//
Expand Down

0 comments on commit e002408

Please sign in to comment.