Optimize the structure and naming of projects (#335)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Schema, model, models, Model } from 'mongoose';
|
||||
import { kbSchema as SchemaType } from '@/types/mongoSchema';
|
||||
import { KbTypeMap } from '@/constants/kb';
|
||||
import { KbTypeMap } from '@/constants/dataset';
|
||||
|
||||
const kbSchema = new Schema({
|
||||
parentId: {
|
||||
|
||||
Reference in New Issue
Block a user