UNPKG

node-nfe-nfce

Version:

Modulo que auxilia na geração de NFe e NFCe

10 lines (9 loc) 160 B
export interface WebProxy { host: string; port: string; isHttps: boolean; auth?: { username: string; password: string; }; }