Skip to content

Commit

Permalink
remove errant type
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Jul 28, 2020
1 parent eca93ef commit 2422ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/server/usage/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { EndpointUsage, getEndpointTelemetryFromFleet } from './endpoints';

export type RegisterCollector = (deps: CollectorDependencies) => void;
export interface UsageData {
detections: DetectionsUsage | {};
detections: DetectionsUsage;
endpoints: EndpointUsage | {};
}

Expand Down

0 comments on commit 2422ed5

Please sign in to comment.