UNPKG

@ppodds/nhentai-api

Version:
7 lines (6 loc) 122 B
import { ImageType } from "../type/ImageType"; export interface Image { t: ImageType; w: number; h: number; }