UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

8 lines (7 loc) 281 B
import { PlayerBySteamID as IPlayerBySteamID } from '../../types'; import { IRawSteamId } from '../../types/raw/rawSteamId'; export declare class PlayerBySteamID implements IPlayerBySteamID { brawlhallaID: number; name: string; constructor(data: IRawSteamId); }