UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 262 B
interface ICoreSydept { _id?: string; sydept_code?: string; sydept_name?: string; sydept_description?: string; sydept_isactive?: boolean; sydept_department_id_sydept?: string; sydept_entity_id_syen?: string; } export { ICoreSydept };