UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

12 lines (11 loc) 276 B
declare class ICoreSyco { _id?: string; syco_for: string; syco_title: string; syco_desc: string; syco_configuration: any; syco_isactive: boolean; syco_entity_type_applicable_sygms?: string[]; row_sync_enabled?: boolean; } export { ICoreSyco };