@nfewizard/types
v1.0.0
Published
Tipos TypeScript para NFeWizard ecosystem (NFe, NFCe, CTe)
Maintainers
Readme
@nfewizard/types
Tipos TypeScript compartilhados para o ecossistema NFeWizard (NFe, NFCe, CTe).
Instalação
npm install @nfewizard/types
# ou
pnpm add @nfewizard/typesUso
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';Características
- ✅ Zero dependências runtime
- ✅ Tree-shakeable
- ✅ Exports específicos por módulo
- ✅ TypeScript strict mode
Licença
GPL-3.0
