open-nfse / EnderObraEvento
Type Alias: EnderObraEvento
ts
type EnderObraEvento = EnderObraEventoLocalidade & {
nro: string;
xBairro: string;
xCpl?: string;
xLgr: string;
};Defined in: src/nfse/domain.ts:154
Type Declaration
| Name | Type | Defined in |
|---|---|---|
nro | string | src/nfse/domain.ts:156 |
xBairro | string | src/nfse/domain.ts:158 |
xCpl? | string | src/nfse/domain.ts:157 |
xLgr | string | src/nfse/domain.ts:155 |