UNPKG

@tutkli/jikan-ts

Version:

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

6 lines (5 loc) 128 B
import type { AnimeSeason } from '../Anime'; export interface SeasonsListData { year: number; seasons: AnimeSeason[]; }