Skip to content

Commit

Permalink
fix: pool parameter fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 20, 2021
1 parent ec81e15 commit bf3fca5
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
Expand Up @@ -30,7 +30,7 @@ type GetDatabaseGetter = {
seedFile?: string
migrationSQL?: string
seedSQL?: string
pool?: number
pool?: { min: number; max: number }
defaults?: any
}): DatabaseGetter
}
Expand Down

0 comments on commit bf3fca5

Please sign in to comment.