UNPKG

@tutkli/jikan-ts

Version:

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

6 lines (5 loc) 150 B
import type { Statistics } from '../Common'; export interface AnimeStatistics extends Statistics { watching: number; plan_to_watch: number; }