UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

13 lines (12 loc) 411 B
declare class IAppRegistrationStartMst { _id?: string; appstart_reg_id_appreg?: string; appstart_start_date?: Date; appstart_configuration_data?: Record<string, unknown>; appstart_start_status_id_sygms?: string; appstart_started_by_id_auth?: string; appstart_completed_at?: Date; appstart_created_at?: Date; appstart_updated_at?: Date; } export { IAppRegistrationStartMst };