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 <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com> Co-authored-by: Kai Welke <kai.welke@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 2cf6ef0 commit 38ea0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)