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
/
WPLinks.d.ts
14 lines
(13 loc)
•
305 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
type
WPLinks
<T
extends
string
> = { [K
in
T |
'self'
|
'collection'
|
'about'
]: {
href
:
string
;
embeddable
?:
boolean
;
taxonomy
?:
string
; }[]; } & {
curies
: {
name
:
string
;
href
:
string
;
templated
:
boolean
; }[]; };