@yext/search-core
Version:
Typescript Networking Library for the Yext Search API
14 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchIntent = void 0;
/**
* Represents intents from the Search API.
*
* @public
*/
var SearchIntent;
(function (SearchIntent) {
/** The Search API is requesting a prompt for the user's location. */
SearchIntent["NearMe"] = "NEAR_ME";
})(SearchIntent = exports.SearchIntent || (exports.SearchIntent = {}));
//# sourceMappingURL=SearchIntent.js.map