UNPKG
@ppodds/nhentai-api
Version:
latest (0.0.1)
0.0.1
nhentai api types
github.com/ppodds/nhentai-api
ppodds/nhentai-api
@ppodds/nhentai-api
/
lib
/
structure
/
Title.d.ts
6 lines
(5 loc)
•
90 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Title
{
english
:
string
;
japanese
:
string
;
pretty
:
string
; }