cloud-ide-model-schema
Version:
Pachage for schema management of Cloud IDEsys LMS
9 lines (8 loc) • 356 B
TypeScript
import { AcaStudentEnrollment } from "cloud-ide-lms-model";
import mongoose from "mongoose";
declare const CAcaStudentEnrollment: mongoose.Model<AcaStudentEnrollment, {}, {}, {}, mongoose.Document<unknown, {}, AcaStudentEnrollment, {}> & AcaStudentEnrollment & Required<{
_id: string;
}> & {
__v: number;
}, any>;
export { CAcaStudentEnrollment };