Skip to content

Commit 4d0a4d9

Browse files
committed
fix(client-analytics): add missing updatedAt attribute
1 parent cd22566 commit 4d0a4d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export type GetABTestResponse = {
2626
*/
2727
createdAt: string;
2828

29+
/**
30+
* The ab test updated date.
31+
*/
32+
updatedAt: string;
33+
2934
/**
3035
* The ab test unique identifier.
3136
*/

0 commit comments

Comments
 (0)