type alias WebhookTicket

Single ticket in the webhook payload

Properties

event_name: string
event_slug: string
unit_price: number
quantity: number
date: string | null
ticket_token: string

Usage

import { type WebhookTicket } from "docs/webhooks.ts";