8 lines
168 B
Go
8 lines
168 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type BatchUpdateLeaderboardEntriesRequest struct {
|
||
|
|
Items []BatchLeaderboardEntry `json:"items,omitempty"`
|
||
|
|
}
|