UNPKG

facturajs

Version:

Comunicación con los web services de AFIP utilizando nodejs.

5 lines (4 loc) • 186 B
import { FeParamGetCotizacionResult } from './FeParamGetCotizacionResult'; export interface FeParamGetCotizacionResponse { FEParamGetCotizacionResult?: FeParamGetCotizacionResult; }