anilibria-go/model/Episodes.go
2023-09-12 22:25:44 +12:00

8 lines
130 B
Go

package model
type Episodes struct {
First int `json:"first"`
Last int `json:"last"`
String string `json:"string"`
}