Skip to content

Commit

Permalink
Update UniversalSearchRequest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Aug 3, 2023
1 parent 8878bc4 commit 50bbf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/searchservice/request/UniversalSearchRequest.ts
Expand Up @@ -11,7 +11,7 @@ import { SearchRequest } from '../../core/SearchRequest';
* @public
*/
export interface UniversalSearchRequest extends SearchRequest {
/** The search query. */
/** @privateRemarks The search query. */
query: string,
/** {@inheritDoc QueryTrigger} */
queryTrigger?: QueryTrigger,
Expand Down Expand Up @@ -39,4 +39,4 @@ export interface UniversalSearchRequest extends SearchRequest {
limit?: UniversalLimit,
/** If included, the response will only include these verticals. */
restrictVerticals?: string[]
}
}

0 comments on commit 50bbf08

Please sign in to comment.