import { NotificationStatus } from './notification-status'; export interface NotificationConfigData { message: string; status?: NotificationStatus; }