5 lines
108 B
TypeScript

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