UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ICoreSytmLayout = exports.ICoreSytm = void 0; /* INTERFASE START */ class ICoreSytm { } exports.ICoreSytm = ICoreSytm; class ICoreSytmLayout { } exports.ICoreSytmLayout = ICoreSytmLayout;