Skip to content

Commit 3eefe0c

Browse files
algolia-botmillotp
andcommitted
fix(specs): add a linter to assert that type is present (generated)
algolia/api-clients-automation#4393 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 23e01ea commit 3eefe0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-abtesting/model/listABTestsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { ABTest } from './aBTest';
44

55
export type ListABTestsResponse = {
66
/**
7-
* A/B tests.
7+
* The list of A/B tests, null if no A/B tests are configured for this application.
88
*/
99
abtests: Array<ABTest> | null;
1010

0 commit comments

Comments
 (0)