Libticketto
    Preparing search index...

    Type Alias EventCreated

    A new event has been created, and thus it's able to be listed in clients.

    type EventCreated = {
        id: EventId;
        owner: AccountId;
        type: "EventCreated";
    }
    Index

    Properties

    Properties

    owner: AccountId
    type: "EventCreated"