UNPKG

ngx-academia-uniandes-library

Version:

This library is used for Academia-Uniandes system.

13 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FileInfoModel = /** @class */ (function () { function FileInfoModel() { this.name = ""; this.description = ""; this.entityName = ""; } ; return FileInfoModel; }()); exports.FileInfoModel = FileInfoModel; //# sourceMappingURL=file-info.model.js.map