From d43ac16cc505ac2d403a1e7406caf4a900a81308 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:53:18 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint_with_types' --- .../public/apps/synthetics/state/elasticsearch/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts index b411a957cc5f5..b3858c8c748e8 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { ESSearchResponse, ESSearchRequest } from '@kbn/es-types'; +import type { ESSearchResponse, ESSearchRequest } from '@kbn/es-types'; import { createAsyncAction } from '../utils/actions'; export interface EsActionPayload {