From 373968c0099730560e53b3a6ca8f08b24198a1b0 Mon Sep 17 00:00:00 2001 From: Hugo EXTRAT Date: Mon, 9 Sep 2024 08:49:40 +0200 Subject: [PATCH] fix(typescript): AdjustDeeplink class --- index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.d.ts b/index.d.ts index e77ecc5d..2bd73e81 100644 --- a/index.d.ts +++ b/index.d.ts @@ -189,6 +189,10 @@ declare module 'react-native-adjust' { constructor(productId: string, purchaseToken: string) } + export class AdjustDeeplink { + constructor(deeplink: string) + } + export const Adjust: { componentWillUnmount: () => void initSdk: (adjustConfig: AdjustConfig) => void