UNPKG

r34-types

Version:

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

8 lines 168 B
export declare type Artist = { id: number; name: string; description: string; urls: string[]; posts: string; }; //# sourceMappingURL=Artist.d.ts.map