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.