mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 11:52:23 +02: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'
|
|
}
|