mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge pull request #28140 from aaronryden/master
add asyncStackTraces param for knex configuration
This commit is contained in:
Vendored
+1
@@ -536,6 +536,7 @@ declare namespace Knex {
|
||||
acquireConnectionTimeout?: number;
|
||||
useNullAsDefault?: boolean;
|
||||
searchPath?: string | string[];
|
||||
asyncStackTraces?: boolean;
|
||||
}
|
||||
|
||||
interface ConnectionConfig {
|
||||
|
||||
Reference in New Issue
Block a user