UNPKG

cloud-ide-model-schema

Version:

Pachage for schema management of Cloud IDEsys LMS

9 lines (8 loc) 378 B
import { IAppRegistrationStartMst } from "cloud-ide-lms-model"; import mongoose from "mongoose"; declare const CAppRegistrationStartMst: mongoose.Model<IAppRegistrationStartMst, {}, {}, {}, mongoose.Document<unknown, {}, IAppRegistrationStartMst, {}> & IAppRegistrationStartMst & Required<{ _id: string; }> & { __v: number; }, any>; export { CAppRegistrationStartMst };