UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

12 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DomainCampoRespuesta = /** @class */ (function () { function DomainCampoRespuesta(value, label, campoId) { this.value = value; this.label = label; this.campoId = campoId; } return DomainCampoRespuesta; }()); exports.DomainCampoRespuesta = DomainCampoRespuesta; //# sourceMappingURL=domain-campo-respuesta.js.map