type alias ListingOption

Definition

Pick<Listing,
"active"
| "id"
| "name"
>

Usage

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