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