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 23e01ea commit 3eefe0cCopy full SHA for 3eefe0c
packages/client-abtesting/model/listABTestsResponse.ts
@@ -4,7 +4,7 @@ import type { ABTest } from './aBTest';
4
5
export type ListABTestsResponse = {
6
/**
7
- * A/B tests.
+ * The list of A/B tests, null if no A/B tests are configured for this application.
8
*/
9
abtests: Array<ABTest> | null;
10
0 commit comments