type alias GroupIdsByListingId

The group ids each listing belongs to (listing id → group ids). A listing absent from the map belongs to no group.

Definition

ReadonlyMap<number, number[]>

Usage

import { type GroupIdsByListingId } from "doc.ts";