UNPKG

@alexssmusica/emissao-nota-fiscal

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