MANGA_SOURCE_CONFIGS: Record<MangaSource, MangaSourceConfig> = ...

Registry of all available manga source configurations. Maps each supported source to its configuration.

export const MANGA_SOURCE_CONFIGS: Record<MangaSource, MangaSourceConfig> = {
[MangaSource.Comick]: COMICK_CONFIG,
[MangaSource.MangaDex]: MANGADEX_CONFIG,
};