UNPKG

r34-types

Version:

Types for both frontend and backend applications using kurozenzen's R34 environment.

26 lines (25 loc) 497 B
export interface R34Post { height: string; score: string; file_url: string; parent_id: string; sample_url: string; sample_width: string; sample_height: string; preview_url: string; rating: string; tags: string; id: string; width: string; change: string; md5: string; creator_id: string; has_children: string; created_at: string; status: string; source: string; has_notes: string; has_comments: string; preview_width: string; preview_height: string; }