type alias ListingProjectionRow

The raw shape a listing read returns: the stored columns plus the projected values, before decryption and before any inherited defaults are overlaid.

Definition

Omit<ListingWithCount, "profit">

Usage

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