UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

13 lines (12 loc) 289 B
declare class IEmailLog { _id?: string; elog_from_email?: string; elog_to_email?: string; elog_timestamp?: Date; elog_mail_status?: string; elog_id_eref?: string; elog_id_etmp?: string; elog_subject?: string; elog_body?: string; } export { IEmailLog };