mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
add missing props of connectionConfig (#13420)
This commit is contained in:
Vendored
+2
@@ -466,6 +466,8 @@ declare namespace Knex {
|
||||
user: string;
|
||||
password: string;
|
||||
database: string;
|
||||
domain?: string;
|
||||
instanceName?: string;
|
||||
debug?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user