remove KnexStatic, which is no longer used

This commit is contained in:
yortus
2015-08-10 18:37:41 +08:00
parent 3b0f362204
commit 3ece183e16
-8
View File
@@ -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 {