diff --git a/x-pack/plugins/fleet/server/collectors/agent_policies.ts b/x-pack/plugins/fleet/server/collectors/agent_policies.ts index 95c840536b6e5..bd8075b09fd06 100644 --- a/x-pack/plugins/fleet/server/collectors/agent_policies.ts +++ b/x-pack/plugins/fleet/server/collectors/agent_policies.ts @@ -11,7 +11,7 @@ import { AGENT_POLICY_INDEX } from '../../common'; import { ES_SEARCH_LIMIT } from '../../common/constants'; import { appContextService } from '../services'; -interface AgentPoliciesUsage { +export interface AgentPoliciesUsage { count: number; output_types: string[]; }