Skip to content

Commit 3df82d3

Browse files
fix: add NodeId to NodeAddress type (#545)
1 parent c4cdd35 commit 3df82d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/types/additionalProps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface AdditionalTenantsProps {
2424
getMonitoringLink?: (name?: string, type?: ETenantType) => ReactNode;
2525
}
2626

27-
export type NodeAddress = Pick<TSystemStateInfo, 'Host' | 'Endpoints'>;
27+
export type NodeAddress = Pick<TSystemStateInfo, 'Host' | 'Endpoints' | 'NodeId'>;
2828

2929
export interface AdditionalNodesProps extends Record<string, unknown> {
3030
getNodeRef?: (node?: NodeAddress) => string | null;

0 commit comments

Comments
 (0)