Skip to content

Commit 88f0f76

Browse files
huextratuerceg
authored andcommitted
fix(typescript): AdjustDeeplink class
1 parent 80e4791 commit 88f0f76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ declare module 'react-native-adjust' {
189189
constructor(productId: string, purchaseToken: string)
190190
}
191191

192+
export class AdjustDeeplink {
193+
constructor(deeplink: string)
194+
}
195+
192196
export const Adjust: {
193197
componentWillUnmount: () => void
194198
initSdk: (adjustConfig: AdjustConfig) => void

0 commit comments

Comments
 (0)