Airblader commented on a change in pull request #17808:
URL: https://github.com/apache/flink/pull/17808#discussion_r750480969
##########
File path: flink-runtime-web/web-dashboard/src/app/share/common/dagre/graph.ts
##########
@@ -40,10 +40,12 @@ export interface LayoutNodeOptions {
focused: boolean;
}
-export interface LayoutLink extends NodesItemLinkInterface {
- [key: string]: SafeAny;
+export interface LayoutLink extends NodesItemLink {
+ [key: string]: unknown;
- detail: SafeAny;
+ detail: {
+ [key: string]: unknown;
+ };
Review comment:
It is! Will change it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]