View Source
Options for counting rows.
type CountOptions<table> = { where?: SingleTableWhere<table>; };