UNPKG

r34-types

Version:

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

10 lines 218 B
export declare type Comment = { created_at: string; post_id: number; body: string; creator: string; id: number; creator_id: number; post_url: string; }; //# sourceMappingURL=Comment.d.ts.map