Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed May 23, 2024
1 parent 6e64e42 commit aa27152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import { DataSourcePluginStart } from '../../../src/plugins/data_source/public/t
import { NavigationPublicPluginStart } from '../../../src/plugins/navigation/public';
import { ObservabilityStart } from './types';

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

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

export interface AppPluginStartDependencies {
navigation: NavigationPublicPluginStart;
Expand Down

0 comments on commit aa27152

Please sign in to comment.