View Source
Column or column list used to join relations.
type KeySelector<table> = | (keyof TableRow<table> & string) | readonly (keyof TableRow<table> & string)[];