MangaManager.prototype.getMangaRelations(mangaId: number): Promise<baseModel.Relation[]>
getMangaRelations: Get a Manga's Relations from the Jikan API by its ID
Promise<baseModel.Relation[]>
MangaManager.prototype.getMangaRelations(mangaId: number): Promise<baseModel.Relation[]>
getMangaRelations: Get a Manga's Relations from the Jikan API by its ID
Promise<baseModel.Relation[]>
import { mangaManager } from ".";