type alias ListingRecordRow

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

Definition

Omit<ListingWithCount, "profit">

Usage

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