mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-06 23:46:24 +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'
|
|
}
|