UNPKG

psn-api

Version:

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

7 lines (6 loc) 298 B
export interface GetUserFriendsRequestsResponse { /** A list of `accountId` values corresponding to accounts that have sent friend requests to the user. */ receivedRequests: string[]; /** The total number of friend requests the user has received. */ totalItemCount: number; }