Skip to content

Commit d21127f

Browse files
Merge pull request #674 from AppsFlyerSDK/dev/DELIVERY-112048/Linting-errors-fix
Fix linting errors (pull/667)
2 parents 708504e + a629e11 commit d21127f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

index.d.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -415,14 +415,3 @@ declare module "react-native-appsflyer" {
415415

416416
export default appsFlyer;
417417
}
418-
419-
// Explicit ambient declarations for ESLint compatibility
420-
// ESLint's import resolver doesn't recognize exports inside 'declare module' blocks.
421-
// These top-level declarations allow ESLint to detect the exports.
422-
declare const StoreKitVersion: { readonly SK1: "SK1"; readonly SK2: "SK2" };
423-
declare const AppsFlyerPurchaseConnector: any; // Type is defined in declare module above
424-
declare const AppsFlyerPurchaseConnectorConfig: any; // Type is defined in declare module above
425-
declare const appsFlyer: any; // Type is defined in declare module above
426-
427-
export { StoreKitVersion, AppsFlyerPurchaseConnector, AppsFlyerPurchaseConnectorConfig };
428-
export { appsFlyer as default };

0 commit comments

Comments
 (0)