cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
15 lines (14 loc) • 437 B
TypeScript
declare class IAppUpdateChangelogMst {
_id?: string;
appchg_version_id_appver?: string;
appchg_category_id_sygms?: string;
appchg_title?: string;
appchg_description?: string;
appchg_bug_id?: string;
appchg_affected_modules?: string[];
appchg_priority_id_sygms?: string;
appchg_tags?: string[];
appchg_created_by_id_auth?: string;
appchg_created_at?: Date;
}
export { IAppUpdateChangelogMst };