a217f255b8
CI / build (push) Successful in 12s
Claude-Session: https://claude.ai/code/session_01SMCvdwDmuxoaqGgvGBLk1V
11 lines
330 B
Go
11 lines
330 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type VerifyPlayerAuthResponse struct {
|
|
Environment EnvironmentName `json:"environment,omitempty"`
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
ProjectID string `json:"projectId,omitempty"`
|
|
Status string `json:"status,omitempty"`
|
|
}
|