Skip to content

Commit

Permalink
Fix fleet lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-access committed Feb 23, 2021
1 parent b4c2267 commit 11a0e05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/plugins/fleet/common/types/models/epm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export type DetailViewPanelName = 'overview' | 'policies' | 'settings' | 'custom
export type ServiceName = 'kibana' | 'elasticsearch';
export type AgentAssetType = typeof agentAssetTypes;
export type AssetType =
| KibanaAssetType
| ElasticsearchAssetType
| ValueOf<AgentAssetType>
| 'rules';
| KibanaAssetType
| ElasticsearchAssetType
| ValueOf<AgentAssetType>
| 'rules';

/*
Enum mapping of a saved object asset type to how it would appear in a package file path (snake cased)
Expand Down

0 comments on commit 11a0e05

Please sign in to comment.