Type guard for the ScienceLab (BigCommerce) product-attributes AJAX response.
Narrows an unknown parsed value to ScienceLabAttributeResponse by
requiring that it be an object carrying a data object. The variant price is
read from data.price.without_tax.value, which callers still null-check.
Type guard for the ScienceLab (BigCommerce) product-attributes AJAX response. Narrows an unknown parsed value to ScienceLabAttributeResponse by requiring that it be an object carrying a
dataobject. The variant price is read fromdata.price.without_tax.value, which callers still null-check.