mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-28 03:10:17 +00:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
export enum TimeEvents {
|
|
TeamOpenTab = 'time.team.OpenTab',
|
|
ToDoCreated = 'time.todo.Created',
|
|
ToDoScheduled = 'time.todo.Scheduled'
|
|
}
|