mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-05-04 14:12:30 +02:00
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
export default interface IMangaAltTitle {
|
|
altTitleId: string;
|
|
language: string;
|
|
title: string;
|
|
} |