• Chobble Tickets
  • docs/config.ts
    • Attendee
interface Attendee
extends ContactInfo

Properties

attachment_downloads: number
checked_in: boolean
created: string
date: string | null
event_id: number
id: number
payment_id: string
pii_blob: string
price_paid: string
quantity: number
refunded: boolean
ticket_token: string
ticket_token_index: string

Usage

import { type Attendee } from "docs/config.ts";

Document Navigation

  • Properties
    • attachment_downloads
    • checked_in
    • created
    • date
    • event_id
    • id
    • payment_id
    • pii_blob
    • price_paid
    • quantity
    • refunded
    • ticket_token
    • ticket_token_index