@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.
11 lines (10 loc) • 346 B
TypeScript
import { Occ } from '@spartacus/core';
export declare const activeTabItems: string[];
/**
* Gets a Base Set of Product Data
*/
export declare const createBaseProduct: (additionalData?: Occ.Product) => Occ.Product;
/**
* Gets a Full Set of Product Data
*/
export declare const createFullProduct: (additionalData?: Occ.Product) => Occ.Product;