open-nfse / AutorEvento
Type Alias: AutorEvento
ts
type AutorEvento =
| {
CNPJ: string;
}
| {
CPF: string;
};Defined in: src/eventos/build-event-xml.ts:21
Identificação do autor do evento — CNPJ ou CPF (discriminated union).