UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

8 lines (7 loc) 1.1 kB
export declare type TValidRegions = "all" | "us-e" | "us-w" | "eu" | "sea" | "brz" | "aus"; export declare type TValidBrackets = "1v1" | "2v2"; export declare type TValidTier = "Tin" | "Bronze" | "Silver" | "Gold" | "Platinum" | "Diamond"; export declare type TValidDivision = 0 | 1 | 2 | 3 | 4 | 5; export declare type TClanRank = "Leader" | "Officer" | "Member" | "Recruit"; export declare type TWeaponName = "Unarmed" | "Axe" | "Hammer" | "Sword" | "Blasters" | "Rocket Lance" | "Spear" | "Katar" | "Axe" | "Bow" | "Gauntlets" | "Scythe" | "Cannon" | "Orb" | "Greatsword" | string; export declare type TLegendName = "Bödvar" | "Cassidy" | "Orion" | "Lord Vraxx" | "Gnash" | "Queen Nai" | "Lucien" | "Hattori" | "Sir Roland" | "Scarlet" | "Thatch" | "Ada" | "Sentinel" | "Teros" | "Ember" | "Brynn" | "Asuri" | "Barraza" | "Ulgrim" | "Azoth" | "Koji" | "Diana" | "Jhala" | "Kor" | "Wu Shang" | "Val" | "Ragnir" | "Cross" | "Mirage" | "Nix" | "Mordex" | "Yumiko" | "Artemis" | "Caspian" | "Sidra" | "Xull" | "Isaiah" | "Kaya" | "Jiro" | "Lin Fei" | "Zariel" | "Rayman" | "Dusk" | string;