9 lines
191 B
Go
9 lines
191 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type BatchDeletePlayerStoragesItem struct {
|
||
|
|
PlayerID string `json:"playerId,omitempty"`
|
||
|
|
Type string `json:"type,omitempty"`
|
||
|
|
}
|