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.

4 lines (3 loc) 218 B
import { Occ } from '@spartacus/core'; export declare const createProductStock: (additionalData?: Occ.Stock) => Occ.Stock; export declare const createFutureStock: (additionalData?: Occ.FutureStock) => Occ.FutureStock;