namespace Boyfriend.Data;

public enum NotificationReceiver {
    Interested,
    Role
}