export interface Notification { content: string; type: 'info' | 'warning' | 'error'; }