Skip to content

Commit 38ea0ac

Browse files
algolia-botshortcutskai687millotp
committed
chore(specs): change oneOf order for docs (generated)
algolia/api-clients-automation#5676 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 2cf6ef0 commit 38ea0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/model/browseParams.ts

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

55
import type { SearchParamsString } from './searchParamsString';
66

7-
export type BrowseParams = SearchParamsString | BrowseParamsObject;
7+
export type BrowseParams = BrowseParamsObject | SearchParamsString;

0 commit comments

Comments
 (0)