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

hpdata

parent 9bc2e83f
No related branches found
No related tags found
No related merge requests found
Pipeline #418262 failed
......@@ -18,7 +18,9 @@ interface TimelineDatenpunkt {
insights: string | Array<string> | Array<React.ReactNode>;
clarification?: string | Array<string> | Array<React.ReactNode>;
implementation: string | Array<string> | Array<React.ReactNode>;
pictureurl_interview?: string;
pictureurl_other?: string;
more_pictures?: Array<string> ;
}
type StakeholderTag = 'Industry' | 'Academia' | 'Patient' | 'Medical Professional' | 'Milestone' | 'Other';
type TypeTag = 'meta' ;
......
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