Type Alias TotalInvoiceSummary

TotalInvoiceSummary: { subTotal: number; discount: number }

Type declaration

  • subTotal: number
  • discount: number