CountQueryOptions
Defined in: types.ts:154
Options for count queries (subset of SelectQueryOptions)
Type Parameters
Section titled “Type Parameters”TTable
Section titled “TTable”TTable
Properties
Section titled “Properties”groupBy?
Section titled “groupBy?”
optional
groupBy: (string
| keyofTTable
)[]
Defined in: types.ts:156
parallel?
Section titled “parallel?”
optional
parallel:boolean
Defined in: types.ts:157
timeout?
Section titled “timeout?”
optional
timeout:string
|number
Defined in: types.ts:158
where?
Section titled “where?”
optional
where:string
Defined in: types.ts:155