Skip to content

Commit

Permalink
types: fix knex typo (#5267)
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jul 30, 2022
1 parent 658cde3 commit 1334788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -3081,7 +3081,7 @@ export declare namespace Knex {

interface Migration {
up: (knex: Knex) => PromiseLike<any>;
down?: (kenx: Knex) => PromiseLike<any>;
down?: (knex: Knex) => PromiseLike<any>;
}

interface MigrationSource<TMigrationSpec> {
Expand Down

0 comments on commit 1334788

Please sign in to comment.