UNPKG

@tutkli/jikan-ts

Version:

Node.js wrapper for the Jikan API with built-in typings.

5 lines (4 loc) 172 B
import type { CharacterVoiceActor, CommonCharacter } from '../Common'; export interface AnimeCharacter extends CommonCharacter { voice_actors: CharacterVoiceActor[]; }