From 3eefe0c9ca65c83eb63b69f87b03487df6e9ad02 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 27 Jan 2025 11:02:01 +0000 Subject: [PATCH] fix(specs): add a linter to assert that type is present (generated) https://github.com/algolia/api-clients-automation/pull/4393 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- packages/client-abtesting/model/listABTestsResponse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client-abtesting/model/listABTestsResponse.ts b/packages/client-abtesting/model/listABTestsResponse.ts index c46bbe753..9a021cc1b 100644 --- a/packages/client-abtesting/model/listABTestsResponse.ts +++ b/packages/client-abtesting/model/listABTestsResponse.ts @@ -4,7 +4,7 @@ import type { ABTest } from './aBTest'; export type ListABTestsResponse = { /** - * A/B tests. + * The list of A/B tests, null if no A/B tests are configured for this application. */ abtests: Array | null;