cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
19 lines (18 loc) • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MSyctrList = void 0;
const common_types_1 = require("../../common-types");
/* INTERFACE END */
class MSyctrList extends common_types_1.MTableQueries {
constructor(init) {
super(init);
this.syctr_id = "";
Object.assign(this, init);
}
Validate() {
let errorLogger = {};
// Log errors here
return errorLogger;
}
}
exports.MSyctrList = MSyctrList;