UNPKG

newmax-utils

Version:
5 lines (4 loc) 230 B
import { IServiceNamesMap } from '../types/services'; export declare const serviceNames: IServiceNamesMap; export declare const currencyEnums: Record<string, string>; export declare const countryCodeEnums: Record<string, string>;