Skip to content

Commit b490d5e

Browse files
Change the type of customData from string: any to string: string
1 parent 6bc5cd8 commit b490d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class BranchEvent {
7171
description?: string;
7272
searchQuery?: string;
7373
alias?: string;
74-
customData?: Record<string, AnyDataType>;
74+
customData?: Record<string, string>;
7575

7676
/**
7777
* Standard Add to Cart event

0 commit comments

Comments
 (0)