UNPKG

psn-api

Version:

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

3 lines (2 loc) 151 B
import type { TrophyTitle } from "../../models"; export declare const generateTrophyTitle: (trophyTitleProps?: Partial<TrophyTitle>) => TrophyTitle;