UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

10 lines (9 loc) 225 B
declare class ICoreSydsgl { _id?: string; sydsgl_name?: string; sydsgl_description?: string; sydsgl_order?: number; sydsgl_isactive?: boolean; sydsgl_entity_id_syen?: string; } export { ICoreSydsgl };