export enum NotificationMessageType { INFO = 'info', QUESTION = 'question', WAITING_ACTION = 'waiting_action', URGENT_QUESTION = 'urgent_question', }