type alias AttendeeTableRow

A single row in the attendee table: an attendee plus the listings the row covers, in display order. Roster/check-in tables render one row per booking line (a one-listing array); the browsing tables (attendees list, dashboard) group an attendee's lines into one row carrying every listing.

Properties

Usage

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