update config schema

This commit is contained in:
2025-03-10 14:51:28 +05:30
parent 58baa3ff99
commit fec1e61a2f

View File

@@ -9,6 +9,7 @@ export const configModel = mongoose.model(
type: String,
unique: true,
},
emailIds: Array,
statusMap: Object,
updatedAt: Date,
updatedBy: {