cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
14 lines (13 loc) • 349 B
TypeScript
declare class ICoreSygms {
_id?: string;
sygms_id_sygmt?: string;
sygms_code?: string;
sygms_title?: string;
sygms_desc?: string;
sygms_isactive?: boolean;
sygms_configuration?: object;
sygms_id_sygms?: string | null;
sygms_entity_id_syen?: string | null;
row_sync_enabled?: boolean;
}
export { ICoreSygms };