UNPKG

lorcana-api

Version:

JavaScript / TypeScript client for https://lorcana-api.com/

9 lines (8 loc) 199 B
export declare enum Rarity { Common = "Common", Uncommon = "Uncommon", Rare = "Rare", SuperRare = "Super Rare", Legendary = "Legendary" } export declare const Rarities: Rarity[];