Repository URL to install this package:
|
Version:
0.0.13 ▾
|
import { ShippingMethodItemLiteType } from './typings';
/**
* @see src\packages2\core\cart\ShoppingCartLite\fixtures.ts
*/
export declare const orchestrationFixtureResponse: {
id: string;
name: string;
cost: number;
deliveryTime: number;
isTaxIncluded: null;
taxationId: string;
isSelected: boolean;
}[];
export declare const createShippingMethodListResponseFixture: (isSelected?: boolean) => ShippingMethodItemLiteType[];
export declare const fixtureSetShippingMethodSuccessResponse: {
responseMessage: string;
};