UNPKG

@tutkli/jikan-ts

Version:

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

11 lines (10 loc) 193 B
export interface JikanRelation { relation: string; entry: RelationEntry[]; } export interface RelationEntry { mal_id: number; type: string; name: string; url: string; }