Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventInfo

Hierarchy

Index

Properties

appId: string

The ID of app.

createdAt?: number

The timestamp when the event was created."

description: string

The description of event.

endAt: number

The end time of the event.

eventId: string

The ID of event.

id: string
platform?: DISCORD

The platform where the event takes place.

rewardInstances: {}

Map of rewards by reward ID received upon completion of all tasks in the event.

Type declaration

startAt: number

The start time of the event.

status?: EventStatus

The status of event.

taskInstances: {}

Map of tasks by task ID to be performed in the event.

Type declaration

updatedAt?: number

The timestamp when the event was updated."

Generated using TypeDoc