scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
10 lines (9 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ETributeTypes = void 0;
var ETributeTypes;
(function (ETributeTypes) {
ETributeTypes["FEDERAL"] = "Federal";
ETributeTypes["ESTADUAL"] = "Estadual";
ETributeTypes["MUNICIPAL"] = "Municipal";
})(ETributeTypes || (exports.ETributeTypes = ETributeTypes = {}));