Libticketto
    Preparing search index...

    Type Alias TicketOnSale

    A ticket has been marked for sale with a specified price. Can be listed as available by clients.

    type TicketOnSale = {
        event: EventId;
        id: TicketId;
        price: LineItemPrice;
        type: "TicketOnSale";
    }
    Index

    Properties

    Properties

    event: EventId
    type: "TicketOnSale"