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
/
Image.d.ts
7 lines
(6 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ImageType
}
from
"../type/ImageType"
;
export
interface
Image
{
t
:
ImageType
;
w
:
number
;
h
:
number
; }