UNPKG

@montarist/nilvera-api

Version:

An unofficial SDK for integrating with Nilvera e-Invoice, e-Archive services

7 lines (6 loc) 205 B
export declare const INVOICE_TYPE: { readonly SATIS: "SATIS"; readonly ALIS: "ALIS"; readonly ISTISNA: "ISTISNA"; }; export type InvoiceType = (typeof INVOICE_TYPE)[keyof typeof INVOICE_TYPE];