package moe.odango.index.http.graphql.dto import moe.odango.index.entity.Title import moe.odango.index.utils.InfoSource data class AnimeTitleItem( val name: String, val language: String?, val type: Title.TitleType, val source: InfoSource )