From 53db8a670aedd98b56458f145f9d2bc031d2196d Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Sat, 28 Sep 2024 17:58:37 +0200
Subject: [PATCH] parts

---
 src/data/parts.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/data/parts.ts b/src/data/parts.ts
index 464d9f13..58995bc2 100644
--- a/src/data/parts.ts
+++ b/src/data/parts.ts
@@ -3,10 +3,10 @@ export interface Part{
     registrycode: number, 
     description: string, 
     length: number, 
-    type: PartType, 
+    type: string, 
     url: string
 }
-type PartType = "DNA" | "Protein"; 
+
 
 /* 
 Vorlage: 
-- 
GitLab