Files

9 lines
191 B
Go
Raw Permalink Normal View History

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