View Source
Join configuration used in compiled select statements.
type JoinClause = { on: Predicate; table: AnyTable; type: JoinType; };