Type Alias PlayerListResponse

PlayerListResponse: BaseResponse & {
    sessions: PlayerSession[];
}