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