mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-10 22:28:23 +00:00
Add (temporary) types in Main and ThirdpartyBundle
This commit is contained in:
@@ -203,3 +203,5 @@ export interface WorkflowAttachment {
|
||||
updatedBy: User | null;
|
||||
genericDoc: null | GenericDoc;
|
||||
}
|
||||
|
||||
export type PrivateCommentEmbeddable = any;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export type ThirdParty = any;
|
||||
Reference in New Issue
Block a user