import type { AddAliasToSelection } from "../query-builders/select.types.js"; import type { ColumnsSelection } from "../sql/sql.js"; import type { Subquery, WithSubquery } from "../subquery.js"; export type SubqueryWithSelection = Subquery> & AddAliasToSelection; export type WithSubqueryWithSelection = WithSubquery> & AddAliasToSelection;