sharedutils/skirdaobjects/games.go

8 lines
167 B
Go
Raw Normal View History

2023-03-26 12:23:18 +00:00
package skirdaobjects
2023-03-26 14:31:23 +00:00
type SkirdaGameApi struct {
SkirdaGameId string `json:"skirdagameid"`
Title string `json:"title"`
2023-03-26 21:40:27 +00:00
Type string `json:"type"`
2023-03-26 12:23:18 +00:00
}