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 10 | 437x 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",
}
|