UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 228 B
interface ICoreSygms { _id: string; sygms_id_sygmt: string; sygms_code: string; sygms_title: string; sygms_desc: string; sygms_isactive: boolean; sygms_configuration: object; } export { ICoreSygms };