UNPKG

@tutkli/jikan-ts

Version:

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

14 lines (13 loc) 299 B
import type { JikanImages } from './image.model'; export interface JikanNews { mal_id: number; url: string; title: string; date: string; author_username: string; author_url: string; forum_url: string; images: JikanImages; comments: number; excerpt: string; }