export enum TaxType {
  VAT = 'vat',
  GST = 'gst',
  HST = 'hst',
  QST = 'qst',
  PST = 'pst',
}
