"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APP_ICON = void 0; Object.defineProperty(exports, "DISCOVER_APP_LOCATOR", { enumerable: true, get: function () { return _locator.DISCOVER_APP_LOCATOR; } }); Object.defineProperty(exports, "DiscoverAppLocatorDefinition", { enumerable: true, get: function () { return _locator.DiscoverAppLocatorDefinition; } }); exports.PLUGIN_ID = void 0; var _locator = require("./locator"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const PLUGIN_ID = 'discover'; exports.PLUGIN_ID = PLUGIN_ID; const APP_ICON = 'discoverApp'; exports.APP_ICON = APP_ICON;