UNPKG

node-brawlstars

Version:

Javascript library to communicate with BrawlStars API

7 lines (6 loc) 119 B
import { BrawlMode } from '../enums'; export interface Event { id: number; mode: BrawlMode; map: string; }