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