tack-up-now/show-watcher/notify.ts

10 lines
202 B
TypeScript

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