Skip to content

Commit

Permalink
Removed getGreeting declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed Apr 24, 2020
1 parent 0e4d4ab commit e065e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/apm/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* you may not use this file except in compliance with the Elastic License.
*/

export interface ApmPluginSetup {
getGreeting: () => string;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface ApmPluginSetup {}

// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface ApmPluginStart {}

Expand Down

0 comments on commit e065e10

Please sign in to comment.