UNPKG

apextab-api

Version:

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

12 lines (11 loc) 278 B
import { Platform } from "../../Static/Platform"; import { Legend } from "../../Static/Legend"; export interface PlayerResult { aid: string; name: string; platform: Platform; avatar: string; legend: Legend; level: string; kills: string; }