Skip to content

Commit

Permalink
fix circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed Aug 28, 2023
1 parent ebf07ff commit 94d31c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
* 2.0.
*/

import type { ExperimentalFeatures } from '@kbn/security-solution-plugin/common';
import type { AppFeatureSecurityKey, SecuritySubFeatureId } from '../app_features_keys';
import type { AppFeatureKibanaConfig } from '../types';

export interface SecurityFeatureParams {
experimentalFeatures: ExperimentalFeatures;
experimentalFeatures: Record<string, boolean>;
savedObjects: string[];
}

Expand Down
1 change: 0 additions & 1 deletion x-pack/packages/security-solution/features/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"@kbn/cases-plugin",
"@kbn/securitysolution-rules",
"@kbn/securitysolution-list-constants",
"@kbn/security-solution-plugin"
]
}

0 comments on commit 94d31c4

Please sign in to comment.