import { EnumNotificationType } from "../enums/notification-type"; export interface INotification { type: EnumNotificationType; data: T; }