UNPKG

@scryfall/api-types

Version:

Type definitions for the Scryfall API

12 lines (11 loc) 246 B
/** * Prices for a card in various treatments. */ export type ScryfallPrices = { usd: string | null; usd_foil: string | null; usd_etched: string | null; eur: string | null; eur_foil: string | null; tix: string | null; };