mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 11:52:23 +02:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
export enum AttachmentsEvents {
|
|
FilesAttached = 'attachment.FilesAttached'
|
|
}
|