UNPKG
hentaihaven
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
API for accessing hentaihaven.org
github.com/sk-1982/hentaihaven
sk-1982/hentaihaven
hentaihaven
/
lib
/
api-types
/
APISeries.d.ts
14 lines
(13 loc)
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'
>; };