zibri
    Preparing search index...

    Class EventCreateData<T>

    The data needed to create a new event.

    Type Parameters

    • T

    Hierarchy

    • Omit<
          Event<unknown>,
          "id" | "status" | "createdAt" | "eventSubscriberRuns" | "data",
      >
      • EventCreateData
    Index

    Constructors

    Properties

    cleanupAt: Date

    The timestamp after which the event can be cleaned up.

    data: T

    The data of the event.

    subscriberIds: string[]

    All ids of eg. Classes that are subscribed to this event.

    type: string

    The type of the event.