export interface DopeNotification { id?: number; type: 'warn' | 'info' | 'error' | 'success'; message: string; delay?: number; style?: any; icon?: string; }