UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

17 lines (16 loc) 387 B
interface ICoreCyfm { _id: string; cyfm_name: string; cyfm_alt_text: string; cyfm_path: string; cyfm_size_in_byte: number; cyfm_type: string; cyfm_creation_dt: string; cyfm_id_user: string; cyfm_permissions: []; cyfm_tags: string[]; cyfm_version: number; cyfm_file_status_sygmt: string; cyfm_isactive: boolean; } export { ICoreCyfm };