• Chobble Tickets
  • doc.ts
    • Event
interface Event

Properties

id: number
name: string
description: string
date: string
location: string
slug: string
slug_index: string
group_id: number
created: string
max_attendees: number
thank_you_url: string
unit_price: number
max_quantity: number
webhook_url: string
active: boolean
fields: EventFields
closes_at: string | null
event_type: EventType
bookable_days: string[]
minimum_days_before: number
maximum_days_after: number
image_url: string
non_transferable: boolean
can_pay_more: boolean
max_price: number
hidden: boolean

Usage

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

Document Navigation

  • Properties
    • id
    • name
    • description
    • date
    • location
    • slug
    • slug_index
    • group_id
    • created
    • max_attendees
    • thank_you_url
    • unit_price
    • max_quantity
    • webhook_url
    • active
    • fields
    • closes_at
    • event_type
    • bookable_days
    • minimum_days_before
    • maximum_days_after
    • image_url
    • non_transferable
    • can_pay_more
    • max_price
    • hidden