UNPKG

b-b-calculations

Version:

A cart calculation engine for buffalo burger restaurants

3 lines 247 B
import { IFinalTotalInput } from '../models/FinalTotal'; export declare function calculateFinalTotal({ totalVat, itemsNetPriceAfterDiscount, dineinExtraCharge, deliveryFeesEgp }: IFinalTotalInput): number; //# sourceMappingURL=final-total.d.ts.map