File tree Expand file tree Collapse file tree
src/platform/packages/shared/kbn-apm-types-shared
x-pack/solutions/observability/plugins/apm/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 */
99
1010export * from './src/enums' ;
11- export type * from './src/types' ;
11+ export * from './src/types' ;
1212export type * from './src/interfaces' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3- * or more contributor license agreements. Licensed under the Elastic License
4- * 2.0; you may not use this file except in compliance with the Elastic License
5- * 2.0.
3+ * or more contributor license agreements. Licensed under the "Elastic License
4+ * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
5+ * Public License v 1"; you may not use this file except in compliance with, at
6+ * your election, the "Elastic License 2.0", the "GNU Affero General Public
7+ * License v3.0 only", or the "Server Side Public License, v 1".
68 */
9+
710import * as t from 'io-ts' ;
811import { nonEmptyStringRt } from '@kbn/io-ts-utils' ;
912import { ENVIRONMENT_ALL , ENVIRONMENT_NOT_DEFINED } from '@kbn/apm-common' ;
Original file line number Diff line number Diff line change 55 * 2.0.
66 */
77
8- export {
9- environmentStringRt ,
10- environmentRt ,
11- type Environment ,
12- } from '@kbn/apm-types-shared/src/types/environment_rt' ;
8+ export { environmentStringRt , environmentRt , type Environment } from '@kbn/apm-types-shared' ;
You can’t perform that action at this time.
0 commit comments