wescopeland/retroachievements-js

View on GitHub
src/models/php-responses/api-top-ten-user.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ApiTopTenUser {
  1: string;
  2: string;
  3: string;
}