import { NOTIFICATION_TYPE } from '../notification.interface'; export interface BaseNotificationSendOption { type: NOTIFICATION_TYPE; }