export default interface IMangaAltTitle { altTitleId: string; language: string; title: string; }