Skip to content

Commit

Permalink
improve typing (#41563)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 23, 2019
1 parent 4b8913c commit 4fa253a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/legacy/plugin_discovery/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import { Capabilities } from '../../core/public';
// Disable lint errors for imports from src/core/* until SavedObjects migration is complete
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { SavedObjectsSchemaDefinition } from '../../core/server/saved_objects/schema';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { SavedObjectsManagementDefinition } from '../../core/server/saved_objects/management';

/**
* Usage
Expand Down Expand Up @@ -66,6 +68,8 @@ export interface LegacyPluginOptions {
home: string[];
mappings: any;
savedObjectSchemas: SavedObjectsSchemaDefinition;
savedObjectsManagement: SavedObjectsManagementDefinition;
visTypes: string[];
embeddableActions?: string[];
embeddableFactories?: string[];
}>;
Expand Down

0 comments on commit 4fa253a

Please sign in to comment.