UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

10 lines (9 loc) 205 B
declare class ICoreSypg { _id?: string; sypg_title?: string; sypg_desc?: string; sypg_page_code?: string; sypg_configuration?: any; sypg_isactive?: boolean; } export { ICoreSypg };