UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

10 lines (9 loc) 199 B
/** * Represents intents from the Search API. * * @public */ export declare enum SearchIntent { /** The Search API is requesting a prompt for the user's location. */ NearMe = "NEAR_ME" }