9 lines
191 B
Go
9 lines
191 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type UpsertPlayerStorageRequest struct {
|
||
|
|
Data string `json:"data,omitempty"`
|
||
|
|
ExpiresAt string `json:"expiresAt,omitempty"`
|
||
|
|
}
|