Type Aliasmochidev.swift-webpush 0.4.2WebPush
SimpleNotification
A declarative push notification with no data associated with it.
typealias SimpleNotification = Notification<Never>
This should only be used when decoding a notification you know has no custom data
associated with it, though decoding will fail if it does.