UNPKG

hentaihaven

Version:

API for accessing hentaihaven.org

14 lines (13 loc) 301 B
import { WPLinks } from './WPLinks'; export declare type APISeries = { id: number; count: number; description: string; link: string; name: string; slug: string; taxonomy: 'category'; parent: number; meta: any[]; _links: WPLinks<'wp:post_type'>; };