11 lines
282 B
Go
11 lines
282 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type BatchUpsertPlayerStoragesItem struct {
|
|
Data string `json:"data,omitempty"`
|
|
ExpiresAt string `json:"expiresAt,omitempty"`
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
Type string `json:"type,omitempty"`
|
|
}
|