mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-06 15:59:38 +00:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
export enum AttachmentsEvents {
|
|
FilesAttached = 'attachment.FilesAttached'
|
|
}
|