UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

4 lines 139 B
const PRODUCT = 'product'; const REVIEWS = 'reviews'; const ALL = 'all'; export const PRODUCT_REVIEWS_ALL = `${PRODUCT}.${REVIEWS}.${ALL}`;