UNPKG

@montarist/nilvera-api

Version:

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

6 lines (5 loc) 186 B
export declare const OPERATION_TYPE: { readonly UNPRINT: "UnPrint"; readonly PRINT: "Print"; }; export type OperationType = (typeof OPERATION_TYPE)[keyof typeof OPERATION_TYPE];