bbovenzi commented on code in PR #33611:
URL: https://github.com/apache/airflow/pull/33611#discussion_r1301632831
##########
airflow/www/static/js/index.d.ts:
##########
@@ -22,6 +22,7 @@ import type { DepEdge, DepNode } from "./types";
// define global variables that come from FAB
declare global {
const autoRefreshInterval: number | undefined;
+ const standaloneDagProcessor: boolean | false;
Review Comment:
```suggestion
const standaloneDagProcessor: boolean | undefined;
```
--
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]