5 lines
120 B
TypeScript
Raw Permalink Normal View History

2024-10-18 02:10:58 +02:00
export default interface IMangaConnector {
SupportedLanguages: string[];
name: string;
BaseUris: string[];
}