diff --git a/x-pack/platform/plugins/shared/event_log/generated/schemas.ts b/x-pack/platform/plugins/shared/event_log/generated/schemas.ts index 0e8ae6187fc58..2b7937e1ab9e4 100644 --- a/x-pack/platform/plugins/shared/event_log/generated/schemas.ts +++ b/x-pack/platform/plugins/shared/event_log/generated/schemas.ts @@ -12,7 +12,8 @@ // provides TypeScript and config-schema interfaces for ECS for use with // the event log -import { schema, TypeOf } from '@kbn/config-schema'; +import type { TypeOf } from '@kbn/config-schema'; +import { schema } from '@kbn/config-schema'; import semver from 'semver'; type DeepWriteable = { -readonly [P in keyof T]: DeepWriteable };