UNPKG

b-b-calculations

Version:

A cart calculation engine for buffalo burger restaurants

5 lines 127 B
export interface IPricedCartItem { netPrice: number; totalPrice: number; } //# sourceMappingURL=PricedCartItem.d.ts.map