Skip to content
Snippets Groups Projects
Commit 53db8a67 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

parts

parent a3fb099a
No related branches found
No related tags found
No related merge requests found
Pipeline #458249 passed
......@@ -3,10 +3,10 @@ export interface Part{
registrycode: number,
description: string,
length: number,
type: PartType,
type: string,
url: string
}
type PartType = "DNA" | "Protein";
/*
Vorlage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment