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) 227 B
export interface GetUserBlockedAccountIdsResponse { /** A list of `accountId` values corresponding to accounts that have been blocked by the user. */ blockList: string[]; nextOffset?: number; previousOffset?: number; }