interface NotificationParams { title: string, badge: } export default function notify(recipientSubscriptionJSON: any, notification: { title: string, options: NotificationOptions }) {}