feat(MED-161): use shared types

This commit is contained in:
2025-09-17 11:17:08 +03:00
parent 4ac261fd0d
commit 4560d2df1d
4 changed files with 140 additions and 135 deletions

View File

@@ -1,8 +1,8 @@
'use server';
import {
import type {
IMedipostResponseXMLBase,
} from '@/lib/types/medipost';
} from '@/packages/shared/src/types/medipost-analysis';
import { MedipostValidationError } from './MedipostValidationError';
import { parseXML } from '../util/xml.service';