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

text

parent ffc44c89
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ export interface TimelineDatenpunkt {
more_pictures?: Array<string> ;
references?: Array<React.ReactNode>; /* Muss HTML Code sein - Liliana erstellt den aus Bib dateien */
interview?: React.ReactNode;
text: string | Array<string> | Array<React.ReactNode>; /* Extra Text */
text?: string | Array<string> | Array<React.ReactNode>; /* Extra Text */
}
type StakeholderTag = 'Industry' | 'Academia' | 'Patient' | 'Medical Professional' | 'Milestone' | 'Other';
......
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