Create types

This commit is contained in:
Julie Lenaerts 2025-02-11 17:51:29 +01:00
parent bf04b7981c
commit 591c44d1a0

View File

@ -59,7 +59,7 @@ export interface AccompanyingPeriodWork {
privateComment: PrivateCommentEmbeddable;
referrersHistory: AccompanyingPeriodWorkReferrerHistory[];
results: Result[];
socialAction: SocialAction;
socialAction?: SocialAction;
startDate?: string;
thirdParties: Thirdparty[];
updatedAt?: string;