UNPKG

cloud-ide-model-schema

Version:

Pachage for schema management of Cloud IDEsys LMS

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