NotificationType.java

package com.talentradar.talentradarnotificationservicerw.domain.enums;

public enum NotificationType {
    EMAIL, IN_APP
}