2023-12-19 18:30:23 -08:00

7 lines
162 B
Go

package notifications
const (
// BrowserPushNotification represents a push notification for a browser.
BrowserPushNotification = "BROWSER_PUSH_NOTIFICATION"
)