function decryptListingWithCount
decryptListingWithCount(row: ListingProjectionRow): Promise<ListingWithCount>

Convert a projected DB row and overlay the effective listing defaults.

Parameters

Return Type

Promise<ListingWithCount>

Usage

import { decryptListingWithCount } from "docs/database.ts";