From 332085fb6dabbd39d05771869223e03b39111a02 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Wed, 11 Sep 2024 13:47:52 +0200 Subject: [PATCH] hpdata --- src/components/data/hptimelinedata.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/data/hptimelinedata.ts b/src/components/data/hptimelinedata.ts index 47f17974..24ffaf3a 100644 --- a/src/components/data/hptimelinedata.ts +++ b/src/components/data/hptimelinedata.ts @@ -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' ; -- GitLab