References a product type by key.

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

Properties

Properties

key: string
typeId: "product-type"