UNPKG

cloud-ide-model-schema

Version:

Pachage for schema management of Cloud IDEsys LMS

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