fix(plugins): fix optional options

This commit is contained in:
Ibrahim Hadeed
2016-03-13 20:39:40 -04:00
parent e708bc6be7
commit 9ef850c66a
6 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ export interface AndroidPushOptions {
* If the array contains one or more strings each string will be used to
* subscribe to a GcmPubSub topic.
*/
topics: string[];
topics?: string[];
}
export interface PushOptions {