UNPKG

@retroachievements/api

Version:

A well-tested library that lets you get achievement, user, and game data from RetroAchievements.

7 lines (6 loc) 167 B
import type { CommentEntity } from "./comment-entity.model"; export interface CommentsResponse { count: number; total: number; results: CommentEntity[]; }