UNPKG

@tutkli/jikan-ts

Version:

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

6 lines (5 loc) 128 B
import type { JikanPerson } from '../Common'; export interface AnimeStaff { person: JikanPerson; positions: string[]; }