8 lines
169 B
Go
8 lines
169 B
Go
package unit
|
|
|
|
type FavoriteResp struct {
|
|
ResponseData []any `json:"response_data"`
|
|
ReleaseInfo []any `json:"release_info"`
|
|
StatusCode int `json:"status_code"`
|
|
}
|