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.

9 lines (8 loc) 267 B
import { MockRequest } from '../types'; /** * The PassThroughService is responsible for returning all passThrough Requests for the Spartacus Mock Server. */ export declare class PassThroughService { constructor(); getPassThroughRequests(): MockRequest[]; }