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 16ffecb commit e5627a9
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 @@ -45,7 +45,7 @@ export interface ServiceVersion {
version: RequirementVersionRange;
}

export interface ServiceRequirements {
export interface RequirementVersionRange {
min: RequirementVersion;
max: RequirementVersion;
}
Expand Down

0 comments on commit e5627a9

Please sign in to comment.