JoinClause: {
    condition: JoinCondition;
    join_type?: JoinType | null;
    table: TableName;
}

Represents a join between tables