Type used to ensure that all player events contain at least the property 'type'.

interface PlayerEvent {
    type: string;
}

Implemented by

Properties

Properties

type: string