UNPKG

b-b-calculations

Version:

A cart calculation engine for buffalo burger restaurants

3 lines 277 B
import { FinalTotalInput } from '../models/FinalTotal'; export declare function calculateFinalTotal({ itemsTotalPrice, dineinExtraChargeWithVat, effectiveDeliveryFeesEgp, loyaltyDiscount, promocodeDiscount, }: FinalTotalInput): number; //# sourceMappingURL=final-total.d.ts.map