Sealed Product (Deck)
The Sealed Product (Deck) Data Model describes the deck product configuration in the Sealed Product Contents Data Model.
- Parent model: Sealed Product Contents
- Parent property:
deck
TypeScript Model
Toggle Model
TypeScript
export type SealedProductDeck = {
name: string;
set: string;
};
Model Properties
name
The name of the product.
- Type:
string
- Introduced:
v5.2.2
set
The set code for the product.
- Type:
string
- Introduced:
v5.2.2