function hasPackageBookings
hasPackageBookings(groupId: number): Promise<boolean>

Whether any booking row is stamped with this package's group id — sold tickets whose display (and hidden-member concealment) resolves through the live package row. Refund placeholders (quantity 0) don't count.

Parameters

groupId: number

Return Type

Promise<boolean>

Usage

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