UNPKG

@alexssmusica/emissao-nota-fiscal

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