{"version":3,"file":"snaps.cjs","sourceRoot":"","sources":["../../../../src/NotificationServicesController/types/snaps/snaps.ts"],"names":[],"mappings":"","sourcesContent":["import type { TRIGGER_TYPES } from '../../constants';\n\nexport type ExpandedView = {\n  title: string;\n  interfaceId: string;\n  footerLink?: { href: string; text: string };\n};\n\nexport type RawSnapNotificationData =\n  | {\n      message: string;\n      origin: string;\n    }\n  | { message: string; origin: string; detailedView: ExpandedView };\n\nexport type RawSnapNotification = {\n  type: TRIGGER_TYPES.SNAP;\n  data: RawSnapNotificationData;\n  readDate: string | null;\n};\n"]}