feat(MED-131): update type
This commit is contained in:
@@ -2,5 +2,5 @@ import { Database } from '@kit/supabase/database';
|
||||
|
||||
export type UserAnalysis =
|
||||
(Database['medreport']['Tables']['analysis_responses']['Row'] & {
|
||||
element: Database['medreport']['Tables']['analysis_response_elements']['Row'];
|
||||
elements: Database['medreport']['Tables']['analysis_response_elements']['Row'][];
|
||||
})[];
|
||||
|
||||
Reference in New Issue
Block a user