Skip to content

Commit 3f1dcd6

Browse files
authored
fix(client-analytics): add missing updatedAt attribute
1 parent cd22566 commit 3f1dcd6

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
@@ -25,6 +25,11 @@ export type GetABTestResponse = {
2525
* The ab test created date, if any.
2626
*/
2727
createdAt: string;
28+
29+
/**
30+
* The ab test updated date.
31+
*/
32+
updatedAt: string;
2833

2934
/**
3035
* The ab test unique identifier.

0 commit comments

Comments
 (0)