export enum InvoiceContextEnum {
  REGULAR = 'regular',
  PROFORMA = 'proforma',
}
