Type guard for the #product-detailsdata-product dataset (a PrestaShop
product combination). Narrows an unknown parsed value to
LeroChemDataProduct; only requires that it be a populated object, as
every field is optional.
Type guard for the PrestaShop product refresh AJAX response. Narrows an
unknown parsed value to LeroChemVariantRefresh by requiring that it be
an object carrying a string product_details HTML fragment.
Type guard for the
#product-detailsdata-productdataset (a PrestaShop product combination). Narrows an unknown parsed value to LeroChemDataProduct; only requires that it be a populated object, as every field is optional.