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
/
Tag.d.ts
9 lines
(8 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
TagType
}
from
"../type/TagType"
;
export
interface
Tag
{
id
:
number
;
type
:
TagType
;
name
:
string
;
url
:
string
;
count
:
number
; }