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