View Source
Selected output column with optional alias.
type SelectColumn = { alias: string; column: string; };