From c4aea4efc21c7155e94d4fbe5e5ab8801abf7af2 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 11 Feb 2025 17:51:29 +0100 Subject: [PATCH] Create types --- src/Bundle/ChillPersonBundle/Resources/public/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/types.ts b/src/Bundle/ChillPersonBundle/Resources/public/types.ts index 0b7867370..c93440d75 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/types.ts +++ b/src/Bundle/ChillPersonBundle/Resources/public/types.ts @@ -59,7 +59,7 @@ export interface AccompanyingPeriodWork { privateComment: PrivateCommentEmbeddable; referrersHistory: AccompanyingPeriodWorkReferrerHistory[]; results: Result[]; - socialAction: SocialAction; + socialAction?: SocialAction; startDate?: string; thirdParties: Thirdparty[]; updatedAt?: string;