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.

6 lines (5 loc) 153 B
import { MockRequest } from '../types'; /** * Defines the default pass through urls */ export declare const defaultPassThroughRequests: MockRequest[];