cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
17 lines (16 loc) • 424 B
TypeScript
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_permissions_id_sygms?: string[];
syme_pages_id_sypg?: string[];
syme_entity_type_applicable_sygms?: string[];
syme_isactive?: boolean;
}
export { ICoreSyme };