Interface ProductSelectionDeletedMessagePayload

Generated after a successful Delete Product Selection request.

interface ProductSelectionDeletedMessagePayload {
    type: "ProductSelectionDeleted";
}

Properties

Properties

type: "ProductSelectionDeleted"

Generated using TypeDoc