References a product type by key.

interface ProductTypeKeyReference {
    key: string;
    typeId: "product-type";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "product-type"

The type of the referenced resource.