Add (temporary) types in Main and ThirdpartyBundle

This commit is contained in:
Julie Lenaerts 2025-02-13 16:43:39 +01:00
parent d97d5e689a
commit 0d0f3528e2
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;