Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 6977f06

Browse files
constructor not allowed in ambient contexts
1 parent 482dd97 commit 6977f06

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/messaging/messaging.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ export declare function onAppModuleLaunchEvent(intent: any): void;
3030
export declare class IosInteractivePushSettings {
3131
actions: Array<IosInteractiveNotificationAction>;
3232
categories: Array<IosInteractiveNotificationCategory>;
33-
34-
constructor() {
35-
36-
}
3733
}
3834

3935
export declare enum IosInteractiveNotificationActionOptions {
@@ -68,10 +64,6 @@ export declare class IosPushSettings {
6864
alert: boolean;
6965
notificationCallback: Function;
7066
interactiveSettings: IosInteractivePushSettings;
71-
72-
constructor() {
73-
74-
}
7567
}
7668

7769
export declare class PushNotificationModel {

0 commit comments

Comments
 (0)