2026-08-13 08:47:14 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
2026-08-26 18:30:28 +03:00
|
|
|
type BatchUpsertPlayerStoragesItem struct {
|
2026-08-13 08:47:14 +03:00
|
|
|
Data string `json:"data,omitempty"`
|
|
|
|
|
ExpiresAt string `json:"expiresAt,omitempty"`
|
2026-08-26 18:30:28 +03:00
|
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
|
|
|
Type string `json:"type,omitempty"`
|
2026-08-13 08:47:14 +03:00
|
|
|
}
|