UNPKG

@scryfall/api-types

Version:

Type definitions for the Scryfall API

11 lines (9 loc) 239 B
export enum ScryfallRarity { Common = "common", Uncommon = "uncommon", Rare = "rare", Special = "special", Mythic = "mythic", Bonus = "bonus", } export type ScryfallRarityLike = ScryfallRarity | `${ScryfallRarity}`;