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) 345 B
import type { AuthorizationPayload, SocialAccountResult, UniversalSearchResponse } from "../models"; export declare const makeUniversalSearch: <R extends "SocialAllAccounts">(authorization: AuthorizationPayload, searchTerm: string, domain: R) => Promise<UniversalSearchResponse<R extends "SocialAllAccounts" ? SocialAccountResult : unknown>>;