UNPKG

@tutkli/jikan-ts

Version:

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

8 lines (7 loc) 163 B
import type { JikanImages } from './image.model'; export interface JikanPerson { mal_id: number; url: string; images: JikanImages; name: string; }