Skip to content

open-nfse / AutorEventoParsed

Type Alias: AutorEventoParsed

ts
type AutorEventoParsed = 
  | {
  CNPJAutor: string;
}
  | {
  CPFAutor: string;
};

Defined in: src/eventos/parse-event.ts:44

Identificação do autor — CNPJ ou CPF.

Licença MIT — biblioteca não oficial, sem vínculo com a Receita Federal.