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