Sealed Product (Other)
The Sealed Product (Other) Data Model describes the obscure product configuration in the Sealed Product Contents Data Model.
- Parent model: Sealed Product Contents
- Parent property:
other
TypeScript Model
Toggle Model
TypeScript
export type SealedProductOther = {
name: string;
};
Model Properties
name
The name of the product.
- Type:
string
- Introduced:
v5.2.2