UNPKG

node-nfe-nfce

Version:

Modulo que auxilia na geração de NFe e NFCe

7 lines (6 loc) 242 B
import { type Geral, type IdeInput, type TNFeInfNFeIde } from '../../../domain/contracts/repos'; export declare function getIde(geral: Geral, ide: IdeInput, dadosChave: { chave: string; dv: string; cnf: string; }): TNFeInfNFeIde;