mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Update node-gcm.d.ts
data option in IMessageOptions is optional (see at google cloud messaging documentation)
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ declare module "node-gcm" {
|
||||
timeToLive?: number;
|
||||
restrictedPackageName?: string;
|
||||
dryRun?: boolean;
|
||||
data: {
|
||||
data?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
notification?: INotificationOptions;
|
||||
|
||||
Reference in New Issue
Block a user