Interface EventConverterParameterObject

interface EventConverterParameterObject {
    game: EventConverterParameterObjectGameLike;
    playerId?: string;
}

Properties

Properties

playerId?: string