interface ProductSelectionRemoveProductAction {
    action: "removeProduct";
    product: ProductResourceIdentifier;
}

Properties

Properties

action: "removeProduct"

ResourceIdentifier of the Product

Generated using TypeDoc