NotificationChannel
NotificationChannel = {
token:string;type:"apns"; } | {token:string;type:"fcm"; } | {signingKey:Uint8Array;type:"http";url:string; }
Defined in: sdks/js/node-sdk/src/Notifications.ts:11
Delivery channel for this installation.

