type alias EventWithAttendees

Result type for combined event + attendees query

Properties

event: EventWithCount
attendeesRaw: Attendee[]

Usage

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