UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

20 lines (19 loc) 521 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MSycrList = void 0; const common_types_1 = require("../../common-types"); /* INTERFACE END */ class MSycrList extends common_types_1.MTableQueries { constructor(init) { super(init); this.sycr_id = ""; this.sycr_iso_code = ""; Object.assign(this, init); } Validate() { let errorLogger = {}; // Log errors here return errorLogger; } } exports.MSycrList = MSycrList;