UNPKG

@alexssmusica/emissao-nota-fiscal

Version:
3 lines (2 loc) 198 B
import type { SoapRequest } from '../../../domain/contracts/repos'; export declare function makeSoapRequest({ empresa, soap, xml, webProxy, cUf }: SoapRequest.Input): Promise<SoapRequest.Output>;