mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(push):
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import { Cordova, Plugin } from './plugin';
|
||||
|
||||
|
||||
export type EventResponse = RegistrationEventResponse | NotificationEventResponse | Error;
|
||||
|
||||
@@ -265,7 +266,7 @@ export interface PushOptions {
|
||||
}
|
||||
|
||||
declare var PushNotification: {
|
||||
new(): PushNotification
|
||||
new (): PushNotification
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user