export interface JoinSubquery { sql: string; on: string; joinType: string; alias: string; }