// Code generated by apigen. DO NOT EDIT. package models type BatchLeaderboardEntry struct { PlayerID string `json:"playerId,omitempty"` Score float64 `json:"score,omitempty"` }