UNPKG

brawl-api-wrapper

Version:

An API wrapper for the well know supercell game called Brawl Stars

11 lines (10 loc) 204 B
import type { Battle } from './Battle'; export type BattleLogResponse = { battleTime: string; event: { id: number; mode: string; map: string; }; battle: Battle; };