eletrotupi / tcc / frontend/constants/triggers.ts master
108 B Raw
export type TriggerCategory =
  | "WORK"
  | "SOCIAL"
  | "HEALTH"
  | "PHYSICAL"
  | "FAMILY"
  | "OTHER";