UNPKG

r34-types

Version:

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

8 lines (7 loc) 114 B
export type Artist = { id: number; name: string; description: string; urls: string[]; posts: string; };