/** * The different types of notifications. * * @public */ export enum ERawNotificationType { RECOMMENDATION = 'recommendation_icon', INFORMATION = 'bird_icon', LIVE = 'live_icon', ALERT = 'bell_icon', }