frontend: introduce triggers categories
Parents:
41017201 file(s) changed
- frontend/constants/triggers.ts +1 -0
frontend/constants/triggers.ts
@@ -0,0 +1,1 @@
1 + export type TriggerCategory = 'work' | 'social' | 'health' | 'family' | 'other';