JikanClient.prototype.getCharacterManga(characterId: number): Promise<characterModel.MangaRole[]>
getCharacterManga: Get a Character's Manga from the Jikan API by its ID
Promise<characterModel.MangaRole[]>
JikanClient.prototype.getCharacterManga(characterId: number): Promise<characterModel.MangaRole[]>
getCharacterManga: Get a Character's Manga from the Jikan API by its ID
Promise<characterModel.MangaRole[]>
import { JikanClient } from ".";