type alias ListingOfferFlags

Definition

Pick<Listing,
"active"
| "hidden"
| "months_per_unit"
| "purchase_only"
>

Usage

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