type alias WebhookAttendee

Attendee data needed for webhook notifications

Definition

ContactInfo & { id: number; quantity: number; payment_id: string; price_paid: string; ticket_token: string; date: string | null; }

Usage

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