type alias WebhookTicket

Single ticket in the webhook payload

Properties

listing_name: string
listing_slug: string
unit_price: number
quantity: number
date: string | null
ticket_token: string

Usage

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