KeySelector

View Source

Summary

Column or column list used to join relations.

Signature

type KeySelector<table> =
  | (keyof TableRow<table> & string)
  | readonly (keyof TableRow<table> & string)[];