Skip to content

Commit 7ac742b

Browse files
committed
Clean up type
1 parent 2009a0f commit 7ac742b

File tree

1 file changed

+1
-1
lines changed
  • web/packages/shared/components/UnifiedResources

1 file changed

+1
-1
lines changed

web/packages/shared/components/UnifiedResources/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface UnifiedResourceDatabase {
6060
protocol: DbProtocol;
6161
labels: ResourceLabel[];
6262
requiresRequest?: boolean;
63-
targetHealth?: { status: ResourceStatus };
63+
targetHealth?: ResourceTargetHealth;
6464
}
6565

6666
export interface UnifiedResourceNode {

0 commit comments

Comments
 (0)