chore: refactor 2

This commit is contained in:
Vishnu Narayanan
2024-01-25 15:41:14 +05:30
parent cb2fa4da45
commit d2f5b5f976
6 changed files with 122 additions and 4 deletions
@@ -102,3 +102,9 @@ export const OPEN_AI_EVENTS = Object.freeze({
export const GENERAL_EVENTS = Object.freeze({
COMMAND_BAR: 'Used commandbar',
});
export const SLA_EVENTS = Object.freeze({
CREATE: 'Created an SLA',
UPDATE: 'Updated an SLA',
DELETED: 'Deleted an SLA',
});