Update: Specs of type mixed

This commit is contained in:
Llewellyn D'souza
2021-12-29 16:08:57 +05:30
parent 2f17ae2881
commit a48cbae6f9

View File

@@ -14,8 +14,7 @@ const schema = new mongoose.Schema(
enum: SubLevelTypes,
},
specs: {
// TBD
type: String,
type: Object,
trim: true,
},
main_level_id: {