sorare/football/national_team.go

9 lines
159 B
Go
Raw Normal View History

2024-03-08 10:48:21 +00:00
package football
type NationalTeam struct {
Team
InternationalCompetition struct {
Slug string `graphql:"slug"`
} `graphql:"internationalCompetition"`
}