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 <github.com@jfsiii.org>
  • Loading branch information
ruflin and jfsiii committed Oct 24, 2019
1 parent 458749d commit 168601c
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 @@ -60,7 +60,7 @@ export interface CategorySummaryItem {
count: number;
}

export type RequirementsByServiceName = Record<ServiceName, ServiceVersion>;
export type RequirementsByServiceName = Record<ServiceName, ServiceRequirements>;
export interface AssetParts {
pkgkey: string;
service: ServiceName;
Expand Down

0 comments on commit 168601c

Please sign in to comment.