We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a82bc commit 910f81eCopy full SHA for 910f81e
packages/abtesting/model/aBTest.ts
@@ -25,6 +25,11 @@ export type ABTest = {
25
*/
26
endAt: string;
27
28
+ /**
29
+ * Date and time when the A/B test was stopped, in RFC 3339 format.
30
+ */
31
+ stoppedAt?: string | null | undefined;
32
+
33
/**
34
* A/B test name.
35
packages/client-abtesting/model/aBTest.ts
@@ -35,6 +35,11 @@ export type ABTest = {
36
37
38
39
40
41
42
43
44
45
0 commit comments