UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

10 lines (9 loc) 232 B
import { PromotionOrderAction } from '../promotion-action'; export declare const orderFixedDiscount: PromotionOrderAction<{ discount: { type: "int"; ui: { component: string; }; }; }, []>;