Skip to content

Commit

Permalink
Update agent_policy.ts
Browse files Browse the repository at this point in the history
Collapse imports
  • Loading branch information
John Schulz authored Nov 3, 2020
1 parent 76b3250 commit f0242cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
* you may not use this file except in compliance with the Elastic License.
*/
import { agentPolicyStatuses } from '../../constants';
import { ValueOf } from '../../types';
import { DataType, ValueOf } from '../../types';
import { PackagePolicy, PackagePolicyPackage } from './package_policy';
import { Output } from './output';
import { DataType, ValueOf } from '../../index';

export type AgentPolicyStatus = typeof agentPolicyStatuses;

Expand Down

0 comments on commit f0242cc

Please sign in to comment.