Files
honoka-chan/internal/model/profile.go
T
2025-08-05 20:06:35 +08:00

9 lines
197 B
Go

package model
// AwardSetResp ...
type ProfileRegisterResp struct {
ResponseData []any `json:"response_data"`
ReleaseInfo []any `json:"release_info"`
StatusCode int `json:"status_code"`
}