8 lines
160 B
Go
8 lines
160 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type BatchAdjustPlayerWalletsResponse struct {
|
||
|
|
Wallets []WalletDetails `json:"wallets,omitempty"`
|
||
|
|
}
|