Sealed Product (Sealed)
The Sealed Product (Sealed) Data Model describes the sealed product configuration in the Sealed Product Contents Data Model.
- Parent model: Sealed Product Contents
- Parent property:
sealed
TypeScript Model
Toggle Model
TypeScript
export type SealedProductSealed = {
count: number;
name: string;
set: string;
uuid: string;
};
Model Properties
count
The count of inner products in the product. Applies to a product that contains multiple copies of the same product, such as the pack count in a Booster Box.
- Type:
number
- Introduced:
v5.2.2
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
uuid
The universal unique identifier (v5) generated by MTGJSON.
- Type:
string
- Introduced:
v5.2.2