UNPKG

psn-api

Version:

A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.

14 lines (10 loc) 281 B
export interface TrophyCounts { /** Total count of bronze trophies. */ bronze: number; /** Total count of silver trophies. */ silver: number; /** Total count of gold trophies. */ gold: number; /** 1 if the group contains a platinum trophy. */ platinum: 0 | 1; }