PlayerSession: {
    cftools_id: string;
    connection: PlayerSessionConnection;
    created_at: string;
    gamedata: PlayerSessionGameData;
    id: string;
    info: PlayerSessionInfo;
    live: PlayerSessionLive;
    persona: PlayerSessionPersona;
    stats: PlayerSessionStats;
}