UNPKG

@montarist/nilvera-api

Version:

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

14 lines (13 loc) 282 B
export declare const CURRENCY_CODES: { TRY: string; USD: string; EUR: string; GBP: string; }; export declare const CURRENCY_SHORT_CODES: { TRY: string; USD: string; EUR: string; GBP: string; }; export type CurrencyCode = keyof typeof CURRENCY_CODES;