From ba89479ce94b221ecf5740a70fe0e58ecf00674d Mon Sep 17 00:00:00 2001 From: Diana Derevyankina Date: Mon, 4 May 2020 12:04:54 +0300 Subject: [PATCH] Removed unnecessary types file --- x-pack/plugins/apm/public/types.ts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 x-pack/plugins/apm/public/types.ts diff --git a/x-pack/plugins/apm/public/types.ts b/x-pack/plugins/apm/public/types.ts deleted file mode 100644 index 4e879476ccfd53..00000000000000 --- a/x-pack/plugins/apm/public/types.ts +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License; - * you may not use this file except in compliance with the Elastic License. - */ - -// eslint-disable-next-line @typescript-eslint/no-empty-interface -export interface ApmPluginSetup {} - -// eslint-disable-next-line @typescript-eslint/no-empty-interface -export interface ApmPluginStart {} - -// eslint-disable-next-line @typescript-eslint/no-empty-interface -export interface AppPluginStartDependencies {}