Files

8 lines
157 B
Go
Raw Permalink Normal View History

// Code generated by apigen. DO NOT EDIT.
package models
type GetLeaderboardEntryAroundResponse struct {
Entries []RankEntry `json:"entries,omitempty"`
}