Add node bounding box controll to map

This commit is contained in:
Sacha Weatherstone
2022-12-28 13:37:44 +11:00
parent b1f86466f0
commit f61d006a7a
5 changed files with 1255 additions and 67 deletions

View File

@@ -27,10 +27,10 @@ export class ExternalNotificationValidation
alertMessage: boolean;
@IsBoolean()
alertMessageVibra: boolean
alertMessageVibra: boolean;
@IsBoolean()
alertMessageBuzzer: boolean
alertMessageBuzzer: boolean;
@IsBoolean()
alertBell: boolean;