12 lines
422 B
Go
12 lines
422 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type AdminPlayerDetails struct {
|
||
|
|
Inventory []InventoryItem `json:"inventory,omitempty"`
|
||
|
|
Player AdminPlayer `json:"player,omitempty"`
|
||
|
|
Storages []PlayerStorage `json:"storages,omitempty"`
|
||
|
|
WalletTransactions []WalletAudit `json:"walletTransactions,omitempty"`
|
||
|
|
Wallets []WalletDetails `json:"wallets,omitempty"`
|
||
|
|
}
|