ktmud commented on a change in pull request #12073:
URL:
https://github.com/apache/incubator-superset/pull/12073#discussion_r544851781
##########
File path: superset-frontend/src/constants.ts
##########
@@ -19,3 +19,5 @@
export const DATETIME_WITH_TIME_ZONE = 'YYYY-MM-DD HH:mm:ssZ';
export const TIME_WITH_MS = 'HH:mm:ss.SSS';
+
+export type $anyType = any;
Review comment:
I've seen people calling this `$FIX_ME`, but I guess `anyType` also
works.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]