Libticketto
    Preparing search index...

    Type Alias TicketIssued

    A new ticket has been issued for an active event.

    type TicketIssued = {
        event: EventId;
        id: TicketId;
        type: "TicketIssued";
    }
    Index

    Properties

    Properties

    event: EventId
    type: "TicketIssued"