frontend: introduce triggers categories

Pedro Lucas Porcellis porcellis@eletrotupi.com 14 days ago 88aa4c0cec7d53aa6e9cd26bd6c0d90551e4616e
Parents: 4101720
1 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';