import { ID } from '../../commonStateTypes/common'; import { Notification } from './types/notificationStateTypes'; import { ExternalNotificationData } from './types/notificationTypes'; export interface NotificationState { commentsNotificationById: Record; notificationById: Record; }