• Chobble Tickets
  • docs/config.ts
    • Event
interface Event

Properties

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

Usage

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

Document Navigation

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