UNPKG

@tutkli/jikan-ts

Version:

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

5 lines (4 loc) 105 B
import type { JikanImages } from '../Common'; export interface AnimePicture { images: JikanImages; }