Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Nov 18, 2024
1 parent 10452b0 commit 53738d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/NamiPaywallManager.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { NativeEventEmitter, EmitterSubscription } from 'react-native';
import { NamiPurchaseSuccessAmazon, NamiPurchaseSuccessApple, NamiPurchaseSuccessGooglePlay, NamiSKU } from './types';
import { NamiPurchaseSuccess } from './types';
import { NamiPurchaseSuccess, NamiPurchaseSuccessAmazon, NamiPurchaseSuccessApple, NamiPurchaseSuccessGooglePlay, NamiSKU } from './types';
export declare enum NamiPaywallManagerEvents {
RegisterBuySKU = "RegisterBuySKU",
PaywallCloseRequested = "PaywallCloseRequested",
Expand Down

0 comments on commit 53738d1

Please sign in to comment.