UNPKG

@alexssmusica/emissao-nota-fiscal

Version:
6 lines (5 loc) 180 B
import type { Geral, NFeBase } from '../../../domain/contracts/repos'; export declare function gerarXml(documento: NFeBase, geral: Geral): { nfe: any; xml: string; };