UNPKG

b-b-calculations

Version:

A cart calculation engine for buffalo burger restaurants

9 lines 212 B
export interface ICartTotalsResults { itemsNetPrice: number; itemsTotalPrice: number; } export interface ISumcart { netPrice: number; totalPrice: number; } //# sourceMappingURL=CartTotals.d.ts.map