UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

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