type alias CheckoutIntent

Registration intent for checkout (one or more events)

Definition

ContactInfo
& { date: string | null; items: CheckoutItem[]; eventAnswerIds?: Record<string, number[]>; }

Usage

import { type CheckoutIntent } from "docs/payments.ts";