UNPKG

@valantic/spartacus-mock

Version:

This project offers you the possibility to mock the OCC Endpoints of your Composable Storefront (Spartacus). It uses the Mock Service Worker to mock the API calls.

5 lines (4 loc) 279 B
import { Occ } from '@spartacus/core'; import { PriceModifier } from '../../types'; export declare const createPrice: (additionalData?: Occ.Price, modifier?: PriceModifier) => Occ.Price; export declare const createPriceRange: (additionalData?: Occ.PriceRange) => Occ.PriceRange;