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