bbovenzi commented on code in PR #48762:
URL: https://github.com/apache/airflow/pull/48762#discussion_r2027598218
##########
airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts:
##########
@@ -1102,19 +1107,26 @@ export type JobResponse = {
};
/**
- * Menu Item for responses.
+ * Define all menu items defined in the menu.
*/
-export type MenuItem = {
- text: string;
- href: string;
-};
+export type MenuItem =
+ | "Assets"
+ | "Asset Events"
Review Comment:
Or did you mean just `Events` for what used to be called Audit Log?
--
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]