@yext/search-core
Version:
Typescript Networking Library for the Yext Search API
13 lines (12 loc) • 319 B
text/typescript
import { QueryParams } from '../http/params';
export interface AutocompleteQueryParams extends QueryParams {
input: string,
experienceKey: string,
api_key?: string,
v: number,
version?: string | number,
locale?: string,
sessionTrackingEnabled?: boolean,
visitorId?: string,
visitorIdMethod?: string
}