feat(MED-161): move medipost services to medipost package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Tables } from '@/packages/supabase/src/database.types';
|
||||
import { getSupabaseServerAdminClient } from '@kit/supabase/server-admin-client';
|
||||
import type { IUuringElement } from "./medipost.types";
|
||||
import type { IUuringElement } from "./medipost/medipost.types";
|
||||
|
||||
export type AnalysesWithGroupsAndElements = ({
|
||||
analysis_elements: Tables<{ schema: 'medreport' }, 'analysis_elements'> & {
|
||||
|
||||
Reference in New Issue
Block a user