Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/integrations_manager/common/types.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: John Schulz <[email protected]>
  • Loading branch information
ruflin and jfsiii authored Oct 24, 2019
1 parent 168601c commit 16ffecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/integrations_manager/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export type ServiceName = 'kibana' | 'elasticsearch' | 'filebeat' | 'metricbeat'
export type RequirementVersion = string;

export interface ServiceVersion {
version: ServiceRequirements;
version: RequirementVersionRange;
}

export interface ServiceRequirements {
Expand Down

0 comments on commit 16ffecb

Please sign in to comment.