mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
remove KnexStatic, which is no longer used
This commit is contained in:
Vendored
-8
@@ -15,14 +15,6 @@ declare module "knex" {
|
||||
type Value = string|number|boolean|Date;
|
||||
type ColumnName = string|Raw|QueryBuilder;
|
||||
|
||||
module KnexStatic {
|
||||
interface ConfigStatic { }
|
||||
}
|
||||
|
||||
interface KnexStatic {
|
||||
(config: Config): Knex;
|
||||
}
|
||||
|
||||
interface Knex extends QueryInterface { }
|
||||
|
||||
interface Knex {
|
||||
|
||||
Reference in New Issue
Block a user