Create types

This commit is contained in:
Julie Lenaerts 2025-02-11 17:51:29 +01:00
parent 225e3ca13f
commit c4aea4efc2

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;