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) 267 B
import { Occ } from '@spartacus/core'; export declare const createBaseStore: (additionalData?: Occ.BaseStore) => Occ.BaseStore; export declare const createBaseSite: (additionalData?: Occ.BaseSite) => Occ.BaseSite; export declare const baseSites: () => Occ.BaseSites;