mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Fixed formatting
This commit is contained in:
2
knex/knex.d.ts
vendored
2
knex/knex.d.ts
vendored
@@ -192,7 +192,7 @@ declare module "knex" {
|
||||
orOn(column1: string, raw: Raw): JoinClause;
|
||||
orOn(column1: string, operator: string, column2: string): JoinClause;
|
||||
using(column: string|string[]|Raw|{[key: string]: string|Raw}): JoinClause;
|
||||
type(type: string): JoinClause;
|
||||
type(type: string): JoinClause;
|
||||
}
|
||||
|
||||
interface JoinRaw {
|
||||
|
||||
Reference in New Issue
Block a user