bitcitawebfrontlib-ibsalut
Version:
Angular CLI project used by other Angular projects in the bitcita web project.<br />
13 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var AgendaHora = /** @class */ (function () {
function AgendaHora(dia, hora, textoDia, elementosLibres) {
this.dia = dia;
this.hora = hora;
this.textoDia = textoDia;
this.elementosLibres = elementosLibres;
}
return AgendaHora;
}());
exports.AgendaHora = AgendaHora;
//# sourceMappingURL=agenda-hora.js.map