UNPKG

brawl-api-wrapper

Version:

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

6 lines (5 loc) 131 B
import type { TrophyBox } from '../utils'; export type SeasonReset = { remainingTrophies: number; trophyBox: TrophyBox; };