UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

4 lines 664 B
export { Attachments, type DocumentAttachment, type AttachmentListResponse, type AttachmentDeleteResponse, type AttachmentRetrieveParams, type AttachmentDeleteParams, type AttachmentAddParams, } from "./attachments.js"; export { Documents, type CurrencyCode, type DocumentAttachmentCreate, type DocumentCreate, type DocumentDirection, type DocumentResponse, type DocumentType, type PaymentDetailCreate, type UnitOfMeasureCode, type DocumentDeleteResponse, type DocumentCreateParams, type DocumentSendParams, type DocumentResponsesDocumentsNumberPage, } from "./documents.js"; export { Ubl, type UblGetResponse } from "./ubl.js"; //# sourceMappingURL=index.d.ts.map