Package version:

The basic information of an event.

interface EventInfo {
    id?: string;
}

Hierarchy (view full)

Properties

Properties

id?: string

The event ID.