import { DiscountApplication } from '@daffodil/driver/shopify'
Discount applications capture the intentions of a discount source at the time of application.
type DiscountApplication = {
allocationMethod: DiscountApplicationAllocationMethod;
targetSelection: DiscountApplicationTargetSelection;
targetType: DiscountApplicationTargetType;
value: PricingValue;
}