UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

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