esakkiraj commented on code in PR #14245: URL: https://github.com/apache/pinot/pull/14245#discussion_r1803146436
########## 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: As per the spec the Record `key` is string and `value` is `string | numer` -- 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