environments changes

This commit is contained in:
2025-02-06 13:25:30 +05:30
parent 75bc651475
commit 709d5df806
4 changed files with 8 additions and 7 deletions

View File

@@ -12,6 +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},
});
// Model for MongoDB collection