Skip to content

Commit

Permalink
fix(specs): add a linter to assert that type is present (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4393

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Jan 27, 2025
1 parent 23e01ea commit 3eefe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-abtesting/model/listABTestsResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ABTest> | null;

Expand Down

0 comments on commit 3eefe0c

Please sign in to comment.