UNPKG

@re621/zestyapi

Version:

Comprehensive JS wrapper for e621.net API

13 lines (11 loc) 272 B
import APIResponse from "./APIResponse"; export interface APIForumPost extends APIResponse { id: number; created_at: string; updated_at: string; body: string; creator_id: number; updater_id: number; topic_id: number; is_hidden: boolean; }