UNPKG

@re621/zestyapi

Version:

Comprehensive JS wrapper for e621.net API

7 lines (6 loc) 273 B
import { APITagAliasStatus } from "../responses/APITagAlias"; import TagRelationshipsEndpoint from "./TagRelationships"; export default class TagAliasesEndpoint extends TagRelationshipsEndpoint { AliasStatus: typeof APITagAliasStatus; protected endpoint: string; }