# @nfewizard/types

Tipos TypeScript compartilhados para o ecossistema NFeWizard (NFe, NFCe, CTe).

## Instalação

```bash
npm install @nfewizard/types
# ou
pnpm add @nfewizard/types
```

## Uso

```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';
```

## Características

- ✅ **Zero dependências runtime**
- ✅ **Tree-shakeable**
- ✅ **Exports específicos por módulo**
- ✅ **TypeScript strict mode**

## Licença

GPL-3.0
