Vladyslav Prykhodko
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
ui-ngx/src/app/shared/models/alarm.models.ts
|
|
|
@ -139,6 +139,8 @@ export interface AlarmComment extends BaseData<AlarmCommentId> { |
|
|
|
subtype?: keyof typeof AlarmMessage; |
|
|
|
userName?: string; |
|
|
|
assigneeName?: string; |
|
|
|
oldSeverity?: AlarmSeverity; |
|
|
|
newSeverity?: AlarmSeverity; |
|
|
|
edited?: boolean; |
|
|
|
editedOn?: number; |
|
|
|
}; |
|
|
|
|