UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

14 lines (13 loc) 297 B
declare class ICoreSyme { _id?: string; syme_title?: string; syme_desc?: string; syme_path?: string; syme_icon?: string; syme_type?: string; syme_link?: string; syme_order_by?: number; syme_id_syme?: string; syme_isactive?: boolean; } export { ICoreSyme };