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