export default interface Notification { id: string title: string message: string level: string }