Skip to content

CountQueryOptions

Defined in: types.ts:154

Options for count queries (subset of SelectQueryOptions)

TTable

optional groupBy: (string | keyof TTable)[]

Defined in: types.ts:156


optional parallel: boolean

Defined in: types.ts:157


optional timeout: string | number

Defined in: types.ts:158


optional where: string

Defined in: types.ts:155