Type Alias PlayerPOJO

PlayerPOJO: {
    elo?: number;
    name?: string;
    title?: string;
}

Represent the player-related headers in a GamePOJO.