wescopeland/retroachievements-js

View on GitHub
src/models/php-responses/api-user-game-completion.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ApiUserGameCompletion {
  GameID: string;
  ConsoleID: string;
  ConsoleName: string;
  ImageIcon: string;
  Title: string;
  NumAwarded: string;
  MaxPossible: string;
  PctWon: string;
  HardcoreMode: string;
}