UNPKG

@alexssmusica/emissao-nota-fiscal

Version:
20 lines (19 loc) 478 B
import type { ServicosSefaz } from './nfe'; import type { Tmod } from './schema'; export declare namespace SoapInfo { type Input = { uf: string; amb: string; servicoSefaz: ServicosSefaz; isContingencia: boolean; modelo: Tmod; }; type Output = { url: string; urlQRCode?: string; urlChave?: string; contentType: string; method: string; action: string; }; }