UNPKG

@ppodds/nhentai-api

Version:
9 lines (8 loc) 157 B
import { TagType } from "../type/TagType"; export interface Tag { id: number; type: TagType; name: string; url: string; count: number; }