import { NotificationEvent } from '../../../tools'; export default interface NotificationDescription extends NotificationEvent { date: Date; }