File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -944,6 +944,9 @@ export namespace OneSignal {
944944
945945 RNOneSignal . addOutcomeWithValue ( name , Number ( value ) ) ;
946946 }
947+ }
948+ }
949+
947950export { OSNotificationPermission } from './constants/subscription' ;
948951export {
949952 NotificationWillDisplayEvent ,
@@ -957,13 +960,9 @@ export {
957960 type PushSubscriptionChangedState ,
958961 type PushSubscriptionState ,
959962 type UserChangedState ,
960- type UserState
963+ type UserState ,
961964} ;
962- type UserChangedState ,
963- export { default as OSNotification } from './OSNotification' ;
964- export type { InAppMessageClickResult } from './types/inAppMessage' ;
965- export type { NotificationClickResult } from './types/notificationEvents' ;
966965
967966export { default as OSNotification } from './OSNotification' ;
968967export type { InAppMessageClickResult } from './types/inAppMessage' ;
969- export type { NotificationClickResult } from './types/notificationEvents' ;
968+ export type { NotificationClickResult } from './types/notificationEvents' ;
You can’t perform that action at this time.
0 commit comments