type alias GetListingsQuery

Everything a caller declares to read listing records: which rows to keep and in what order.

Properties

Row order. Omit when the caller does not care (a by-id read whose caller re-orders the rows itself).

Usage

import { type GetListingsQuery } from "docs/database.ts";