dmvk commented on a change in pull request #16807:
URL: https://github.com/apache/flink/pull/16807#discussion_r689270235



##########
File path: flink-runtime-web/web-dashboard/src/app/interfaces/job-exception.ts
##########
@@ -46,3 +46,7 @@ export interface ExceptionInfoInterface {
   taskName: string;
   location: string;
 }
+
+export interface RootExceptionInfoInterface extends ExceptionInfoInterface {

Review comment:
       I think this one should be exported (all interfaces in this module are 
and these are used from different module). What am I missing here?




-- 
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]


Reply via email to