Session Event Interface

interface ISessionEvent {
    reactions: ISessionReactions;
    type: EventType;
}

Implemented by

Properties

Properties

type: EventType