mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
fix(plugins): fix optional options
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user