UNPKG

apextab-api

Version:

A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.

6 lines (5 loc) 148 B
import { PlayerResult } from "./PlayerSearchResult"; export interface SearchResults { results: PlayerResult[]; totalresults: number; }