open-nfse / BeneficioMunicipal
Type Alias: BeneficioMunicipal
ts
type BeneficioMunicipal =
| {
nBM: string;
vRedBCBM: number;
}
| {
nBM: string;
pRedBCBM: number;
}
| {
nBM: string;
};Defined in: src/nfse/domain.ts:231