diff --git a/backend/pkg/api/types/data_access.go b/backend/pkg/api/types/data_access.go index 333c7b3e5..2bd69509c 100644 --- a/backend/pkg/api/types/data_access.go +++ b/backend/pkg/api/types/data_access.go @@ -128,7 +128,7 @@ type NotificationMachinesCursor struct { MachineId uint64 MachineName string - EventType string + EventType t.EventName EventThreshold float64 Ts time.Time }