export type NotificationStatus = 'error' | 'info' | 'general' | 'warning' | 'positive' | 'negative';