Skip to content

Commit c45fa4c

Browse files
authored
fix: a/b test VariantResponse typing (#1185)
1 parent 34cf317 commit c45fa4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/client-analytics/src/types/VariantResponse.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type VariantResponse = Variant & {
66
/**
77
* Average click position for the variant.
88
*/
9-
averageClickPostion?: number;
9+
averageClickPosition?: number;
1010

1111
/**
1212
* Distinct click count for the variant.
@@ -33,6 +33,11 @@ export type VariantResponse = Variant & {
3333
*/
3434
noResultCount?: number;
3535

36+
/**
37+
* Tracked search count.
38+
*/
39+
trackedSearchCount?: number;
40+
3641
/**
3742
* Search count.
3843
*/

0 commit comments

Comments
 (0)