UNPKG

@e-invoice-eu/core

Version:

Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON.

4 lines (3 loc) 146 B
import { JSONSchemaType } from 'ajv'; import { Invoice } from './invoice.interface'; export declare const invoiceSchema: JSONSchemaType<Invoice>;