Tipos TypeScript para NFeWizard ecosystem (NFe, NFCe, CTe)
npm install @nfewizard/typesTipos TypeScript compartilhados para o ecossistema NFeWizard (NFe, NFCe, CTe).
``bash`
npm install @nfewizard/typesou
pnpm add @nfewizard/types
`typescript``
import type { NFeConfig } from '@nfewizard/types/nfe';
import type { NFCeConfig } from '@nfewizard/types/nfce';
import type { CTeConfig } from '@nfewizard/types/cte';
import type { Certificado } from '@nfewizard/types/shared';
- ✅ Zero dependências runtime
- ✅ Tree-shakeable
- ✅ Exports específicos por módulo
- ✅ TypeScript strict mode
GPL-3.0