/** * The different types of notifications. * * @public */ export enum ENotificationType { RECOMMENDATION = 'RECOMMENDATION', INFORMATION = 'INFORMATION', LIVE = 'LIVE', ALERT = 'ALERT', UNDEFINED = 'UNDEFINED', }