10 lines
172 B
Go
Raw Normal View History

2018-03-26 23:38:15 +02:00
package utils
2019-06-03 18:32:43 +09:00
import "github.com/animenotifier/notify.moe/arn"
2018-03-26 23:38:15 +02:00
// AnimeWithRelatedAnime ...
type AnimeWithRelatedAnime struct {
Anime *arn.Anime
Related *arn.Anime
}