UNPKG

psn-api

Version:

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

13 lines (11 loc) 223 B
import type { Trophy } from "./trophy.model"; export type TitleThinTrophy = Pick< Trophy, | "trophyId" | "trophyHidden" | "trophyType" | "trophyName" | "trophyDetail" | "trophyIconUrl" | "trophyGroupId" >;