Notification system in frontend
- Heatmap worker now reports progress - Base for new altitude value - Phones can be marked active
This commit is contained in:
@@ -8,6 +8,7 @@ export interface IPhone extends Document {
|
||||
operatingSystem: String,
|
||||
architecture: String,
|
||||
user: IUser,
|
||||
active: Boolean,
|
||||
updatedAt?: Date,
|
||||
createdAt?: Date
|
||||
}
|
||||
Reference in New Issue
Block a user