sharedutils/skirdaobjects/games.go

8 lines
168 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 {
2023-04-01 01:57:05 +00:00
SkirdaGameId string `json:"skirdagame_id"`
2023-03-26 14:31:23 +00:00
Title string `json:"title"`
2023-03-26 21:40:27 +00:00
Type string `json:"type"`
2023-03-26 12:23:18 +00:00
}