esakkiraj commented on code in PR #14245: URL: https://github.com/apache/pinot/pull/14245#discussion_r1805871365
########## pinot-controller/src/main/resources/app/interfaces/types.d.ts: ########## @@ -28,8 +28,10 @@ declare module 'Models' { customRenderer: JSX.Element } + export type MapRecord = Record<string, string | number> Review Comment: @raghavyadav01 @xiangfu0 Yes, already updated to generic type. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org