UNPKG

r34-types

Version:

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

10 lines (9 loc) 159 B
export type Comment = { created_at: string; post_id: number; body: string; creator: string; id: number; creator_id: number; post_url: string; };