type alias ListingOrder

How the rows come back. A named order so callers can't hand-roll a stray ORDER BY. Exported because a narrow listing read — one that selects its own columns rather than the whole record — still wants to come back in the same order as the full reads.

Definition

"created_desc"

Usage

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