All files / shared/types emailNotification.ts

100% Statements 8/8
100% Branches 0/0
100% Functions 1/1
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10437x 437x 437x 437x 437x 437x 437x 437x    
export enum EmailNotificationTrigger {
  ACCEPTED = "accepted",
  REJECTED = "rejected",
  PROGRAM_ITEM_CANCELLED = "programItemCancelled",
  PROGRAM_ITEM_DELETED = "programItemDeleted",
  PROGRAM_ITEM_NO_KONSTI_SIGNUP_ANYMORE = "programItemNoKonstiSignupAnymore",
  PROGRAM_ITEM_NO_LOTTERY_ANYMORE = "programItemNoLotteryAnymore",
  PROGRAM_ITEM_TIME_CHANGED = "programItemTimeChanged",
}