mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Update node-gcm.d.ts
added missing return type
This commit is contained in:
Vendored
+2
-2
@@ -39,8 +39,8 @@ declare module "node-gcm" {
|
||||
|
||||
addData(key: string, value: string): void;
|
||||
addData(data: { [key: string]: string }): void;
|
||||
addNotification(value: INotificationOptions);
|
||||
addNotification(key: string, value:INotificationOptions);
|
||||
addNotification(value: INotificationOptions): void;
|
||||
addNotification(key: string, value:INotificationOptions): void;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user