Press n or j to go to the next uncovered block, b, p or k for the previous block.
export enum NotificationUrgency { LOW = 0, MEDIUM = 1, HIGH = 2, URGENT = 3, }