interface Event {
    attributes: readonly EventAttribute[];
    type: string;
}

Properties

Properties

attributes: readonly EventAttribute[]
type: string