UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

4 lines (3 loc) 214 B
import { type IOrderPricingAdapter, type OrderDiscountConfiguration } from '@unchainedshop/core'; export declare const OrderDiscount: IOrderPricingAdapter<OrderDiscountConfiguration>; export default OrderDiscount;