UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

9 lines (8 loc) 200 B
import { Weapon } from './Weapon'; import { TLegendName } from './types'; export interface Legend { id: number; name: TLegendName; firstWeapon: Weapon; secondWeapon: Weapon; }