Member Junction
    Preparing search index...
    ShareNotificationHandler: (input: ShareNotificationInput) => Promise<boolean>

    Registerable handler that actually delivers a share notification. Declared here so server-side code (e.g., @memberjunction/notifications) can plug in richer delivery (in-app + email + SMS via NotificationEngine) without @memberjunction/core-entities having to import the notifications package — that direction would create a circular dependency.

    Type Declaration