interface CountOptions
Since 0.1.0

Options for IRepository.count.

Properties

readonly
optional
where: Record<string, unknown>

Filter conditions applied to the count query.

readonly
optional
filter: FilterExpression

Portable filter expression conjoined with where.

Usage

import { type CountOptions } from "database-plugin/src/index.ts";