We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4244ce commit 1edce52Copy full SHA for 1edce52
1 file changed
src/objects/Card/CardFields.ts
@@ -282,7 +282,7 @@ export namespace ScryfallCardFields.Print {
282
promo: boolean;
283
/** An array of strings describing what categories of promo cards this card falls into. */
284
promo_types?: ScryfallPromoType[];
285
- /** An object providing URIs to this card’s listing on major marketplaces. Omitted for unpurchaseable cards on Arena. */
+ /** An object providing URIs to this card’s listing on major marketplaces. Omitted if the card is unpurchaseable. */
286
purchase_uris?: PurchaseUris;
287
/** This card’s rarity. */
288
rarity: ScryfallRarityLike;
0 commit comments