Skip to content

Commit 7522eb8

Browse files
committed
fixing export
1 parent b6eda5c commit 7522eb8

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

src/platform/packages/shared/kbn-apm-types-shared/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
*/
99

1010
export * from './src/enums';
11-
export type * from './src/types';
11+
export * from './src/types';
1212
export type * from './src/interfaces';

src/platform/packages/shared/kbn-apm-types-shared/src/types/environment_rt.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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+
710
import * as t from 'io-ts';
811
import { nonEmptyStringRt } from '@kbn/io-ts-utils';
912
import { ENVIRONMENT_ALL, ENVIRONMENT_NOT_DEFINED } from '@kbn/apm-common';

x-pack/solutions/observability/plugins/apm/common/environment_rt.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@
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';

0 commit comments

Comments
 (0)