UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

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