UNPKG

brawlhalla-api-ts-interfaces

Version:

Interfaces for the brawlhalla-api-ts package

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