UNPKG

psn-api

Version:

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

12 lines (10 loc) 201 B
import type { Trophy } from "./trophy.model"; export type RarestThinTrophy = Pick< Trophy, | "trophyId" | "trophyHidden" | "earned" | "trophyType" | "trophyRare" | "trophyEarnedRate" >;