environments changes

This commit is contained in:
2025-02-06 13:39:49 +05:30
parent 709d5df806
commit dfd774bac8
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ const environmentSchema: Schema = new Schema({
userId: { type: String, unique: true },
roofVisibility: { type: Boolean ,default:false},
wallVisibility: { type: Boolean ,default:false},
shadowVisibity: { type: Boolean ,default:false},
shadowVisibility: { type: Boolean ,default:false},
});
// Model for MongoDB collection