function getStoredListingsWithCountsByIds
getStoredListingsWithCountsByIds(ids: readonly number[]): Promise<ListingWithCount[]>

Read requested listings' stored values without overlaying inherited defaults.

Parameters

ids: readonly number[]

Return Type

Promise<ListingWithCount[]>

Usage

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