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