Skip to content

Commit

Permalink
feat: Add types to the Migrator interface (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
lffg authored and kibertoad committed Oct 21, 2019
1 parent dd3ba82 commit 4907644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1830,6 +1830,7 @@ declare namespace Knex {
list(config?: MigratorConfig): Promise<any>;
up(config?: MigratorConfig): Promise<any>;
down(config?: MigratorConfig): Promise<any>;
forceFreeMigrationsLock(config?: MigratorConfig): Promise<any>;
}

interface SeederConfig {
Expand Down

0 comments on commit 4907644

Please sign in to comment.