1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-04-29 03:32:30 +02:00

7 lines
163 B
TypeScript

export default interface IMangaConnector {
name: string;
supportedLanguages: string[];
iconUrl: string;
baseUris: string[];
enabled: boolean;
}