feat(MED-161): update analysis results view

This commit is contained in:
2025-09-17 11:17:36 +03:00
parent 2019c2c1fc
commit bfadf56173
21 changed files with 384 additions and 228 deletions

View File

@@ -688,6 +688,7 @@ export type Database = {
response_time: string
response_value: number | null
response_value_is_negative?: boolean | null
response_value_is_within_norm?: boolean | null
status: string
unit: string | null
updated_at: string | null
@@ -708,6 +709,7 @@ export type Database = {
response_time: string
response_value: number | null
response_value_is_negative?: boolean | null
response_value_is_within_norm?: boolean | null
status: string
unit?: string | null
updated_at?: string | null
@@ -728,6 +730,7 @@ export type Database = {
response_time?: string
response_value?: number | null
response_value_is_negative?: boolean | null
response_value_is_within_norm?: boolean | null
status: string
unit?: string | null
updated_at?: string | null