interface ITriggerMessage {
    entityId?: null | string;
    playerId: string;
    type?: null | number;
}

Properties

entityId?: null | string
playerId: string
type?: null | number