InvoiceInvoiceTypeEnum: {
    CreditNote: "CreditNote";
    Invoice: "Invoice";
} = ...

Type declaration

  • Readonly CreditNote: "CreditNote"
  • Readonly Invoice: "Invoice"