UNPKG

bitcitawebfrontlib-ibsalut

Version:

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

12 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Texto = /** @class */ (function () { function Texto(seccion, contenido, serviciosIds) { this.seccion = seccion; this.contenido = contenido; this.serviciosIds = serviciosIds; } return Texto; }()); exports.Texto = Texto; //# sourceMappingURL=texto.js.map