open-nfse / InfoObraIdentificacao
Type Alias: InfoObraIdentificacao
ts
type InfoObraIdentificacao =
| {
cObra: string;
}
| {
cCIB: string;
}
| {
end: EnderObraEvento;
};Defined in: src/nfse/domain.ts:179