type alias PageOptions
Since 0.1.0

Options for IRepository.findPage — the parameter shape.

Extends FindOptions with no additional members; included as a distinct named type so the repository surface can document it separately from the findAll options.

Definition

Usage

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