Skip to content

Sealed Product (Pack)

The Sealed Product (Pack) Data Model describes the sealed pack configuration in the Sealed Product Contents Data Model.

TypeScript Model

Toggle Model
TypeScript
export type SealedProductPack = {
  code: string;
  set: string;
};

Model Properties

code

The name for the configuration of the Booster for the pack. Used for identifying a Booster Config Data Model.

  • Type: string
  • Introduced: v5.2.2

set

The set code for the product.

  • Type: string
  • Introduced: v5.2.2