feat(MED-161): update analysis results view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user