Add (temporary) types in Main and ThirdpartyBundle

This commit is contained in:
Julie Lenaerts 2025-02-13 16:43:39 +01:00
parent cb7e2d752e
commit a8f8c23027
2 changed files with 3 additions and 0 deletions

View File

@ -203,3 +203,5 @@ export interface WorkflowAttachment {
updatedBy: User | null; updatedBy: User | null;
genericDoc: null | GenericDoc; genericDoc: null | GenericDoc;
} }
export type PrivateCommentEmbeddable = any;

View File

@ -0,0 +1 @@
export type ThirdParty = any;