UNPKG

@nekolab/hanime

Version:

Fast and efficient hanime.tv API wrapper written in TypeScript.

11 lines 252 B
export interface Achievement { id: number; userId: number; title: string; iconUrl: string; grantedByUserId: number; notes: string | null; createdAt: string; updatedAt: string; } //# sourceMappingURL=achievements.d.ts.map