mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
Extraction schema (#398)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Schema, model, models, Model } from 'mongoose';
|
||||
import { connectionMongo, type Model } from '@fastgpt/common/mongo';
|
||||
const { Schema, model, models } = connectionMongo;
|
||||
import { informSchema } from '@/types/mongoSchema';
|
||||
import { InformTypeMap } from '@/constants/user';
|
||||
|
||||
|
Reference in New Issue
Block a user